""" Custom types for permissions-related data structures. """ from . import enums ScopeLevelPriorities = dict[enums.PermissionLevel, int]