major refactoring adding vendor and customer features
This commit is contained in:
8
app/routes/__init__.py
Normal file
8
app/routes/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# app/routes/__init__.py
|
||||
"""
|
||||
Frontend route handlers.
|
||||
"""
|
||||
|
||||
from .frontend import router
|
||||
|
||||
__all__ = ["router"]
|
||||
Reference in New Issue
Block a user