mirror of
https://github.com/TeamPGM/PagerMaid-Pyro.git
synced 2024-11-16 15:42:47 +00:00
8e29af1875
Support web login
5 lines
123 B
Python
5 lines
123 B
Python
from .login import login_page
|
|
from .main import admin_app, blank_page
|
|
|
|
__all__ = ["admin_app", "blank_page", "login_page"]
|