feat(routes/__init__.py): add __init__.py
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from .auth import auth_bp
|
||||
from .index import index_bp
|
||||
from .panel import panel_bp
|
||||
|
||||
__all__ = ["auth_bp", "index_bp", "panel_bp"]
|
||||
|
||||
Reference in New Issue
Block a user