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