7 lines
122 B
Python
7 lines
122 B
Python
"""
|
|
UI module for the Content Scheduler dashboard.
|
|
"""
|
|
|
|
from .dashboard import run_dashboard
|
|
|
|
__all__ = ['run_dashboard'] |