Files
IGNY8 VPS (Salman) 748de099dd Automation final fixes
2025-12-28 20:37:46 +00:00

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']