Files
ALwrity/lib/content_scheduler/ui/__init__.py

7 lines
122 B
Python

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