Initial Commit
This commit is contained in:
commit
4dbdc7d793
18 changed files with 2384 additions and 0 deletions
10
pyqt6_scaffold/contrib/auth/__init__.py
Normal file
10
pyqt6_scaffold/contrib/auth/__init__.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
|
||||
from .role import Role, RoleLevel
|
||||
from .database import RBACMixin
|
||||
|
||||
__all__ = [
|
||||
"Role",
|
||||
"RoleLevel",
|
||||
"RBACMixin"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue