add methods for messaging

This commit is contained in:
knst-kotov
2021-07-01 21:26:04 +03:00
parent 4f2f4187fe
commit 7b5065616f
8 changed files with 144 additions and 36 deletions

View File

@@ -1,5 +1,6 @@
from orm.rbac import Operation, Permission, Role
from orm.user import User
from orm.message import Message
from orm.base import Base, engine
__all__ = ["User", "Role", "Operation", "Permission"]