simple-rbac/models/__init__.py

5 lines
84 B
Python

from .user import User
from .database import init_db
__all__ = ["User", "init_db"]