4 lines
72 B
Python
4 lines
72 B
Python
|
from .user import user
|
||
|
from .admin import admin
|
||
|
|
||
|
routers = (user, admin)
|