first commit
This commit is contained in:
4
routes/__init__.py
Normal file
4
routes/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .auth import router as auth
|
||||
from .info import router as info
|
||||
from .order import router as order
|
||||
from .payment import router as payment
|
||||
Reference in New Issue
Block a user