simplified Root, as we no longer have a tree (not sure what to do with it now...)

This commit is contained in:
Tiago Scholten 2026-07-27 16:54:57 +02:00
parent 68e65b2ea4
commit 6209ffd88b

View File

@ -2,5 +2,4 @@ from fiber_package.base import FiberBaseModel
from fiber_package.refs import AssociationRefList, EntityRefList
class RootGroupModel(FiberBaseModel):
associations: AssociationRefList
sys_admins: EntityRefList