Files
wyndham-ARR/arr_web/__init__.py
2026-07-29 16:38:05 +08:00

6 lines
156 B
Python

"""ARR reporting portal: database-backed APIs plus desktop and mobile pages."""
from arr_web.app import PortalApplication
__all__ = ["PortalApplication"]