catalogue operations, db migr and so on.
pre release version.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from .inline_mode import router as inline_router
|
||||
from .menu import router as menu_router
|
||||
from .product_mgmt import router as product_router
|
||||
from .creation import router as creation_router
|
||||
|
||||
routers = [inline_router, menu_router, product_router]
|
||||
routers = [inline_router, menu_router, product_router, creation_router]
|
||||
|
||||
Reference in New Issue
Block a user