app/modules/__init__.py

6 lines
87 B
Python

from .home import Home
from .settings import Settings
__all__ = ['Home', 'Settings']