feat: prepare ARR for controlled public deployment
This commit is contained in:
5
arr_web/__init__.py
Normal file
5
arr_web/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""ARR reporting portal: database-backed APIs plus desktop and mobile pages."""
|
||||
|
||||
from arr_web.app import PortalApplication
|
||||
|
||||
__all__ = ["PortalApplication"]
|
||||
Reference in New Issue
Block a user