Files
ALwrity/ToBeMigrated/content_scheduler/ui/__init__.py
2025-08-06 16:29:49 +05:30

7 lines
122 B
Python

"""
UI module for the Content Scheduler dashboard.
"""
from .dashboard import run_dashboard
__all__ = ['run_dashboard']