simple-login/app/app/monitor/__init__.py
2023-11-22 12:00:09 +00:00

4 lines
41 B
Python

from . import views
__all__ = ["views"]