mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 17:02:55 +08:00
23 lines
406 B
Python
23 lines
406 B
Python
from .types import (
|
|
UserAuthType,
|
|
PermissionType,
|
|
GroupType,
|
|
UserType,
|
|
AuthenticatedData,
|
|
UpdatedGroupPerms,
|
|
UserEdge,
|
|
UserCursorPage,
|
|
UserPreferenceType,
|
|
)
|
|
|
|
user_types = [
|
|
UserAuthType,
|
|
PermissionType,
|
|
GroupType,
|
|
UserType,
|
|
AuthenticatedData,
|
|
UpdatedGroupPerms,
|
|
UserEdge,
|
|
UserCursorPage,
|
|
UserPreferenceType,
|
|
]
|