mini-rbac/backend/schemas/__init__.py

5 lines
110 B
Python
Raw Normal View History

2022-09-12 07:22:08 +00:00
from schemas.common import *
from schemas.menu import *
from schemas.role import *
from schemas.user import *