5 lines
211 B
Python
5 lines
211 B
Python
# Backward compatibility aliases - models moved to business/content/
|
|
from igny8_core.business.content.models import Tasks, Content, Images, ImagePrompts
|
|
|
|
__all__ = ['Tasks', 'Content', 'Images', 'ImagePrompts']
|