mona / pages /__init__.py
mrradix's picture
Create __init__.py
a9517b4 verified
raw
history blame
186 Bytes
"""
Pages module for MONA application
Contains all page components and dashboard functionality
"""
from pages.dashboard import create_dashboard_page
__all__ = ['create_dashboard_page']