kotti.fanstatic¶
-
class
kotti.fanstatic.NeededGroup(resources: Optional[List[Union[fanstatic.core.Resource, NeededGroup]]] = None)[source]¶ A collection of fanstatic resources that supports dynamic appending of resources after initialization
-
add(resource: Union[NeededGroup, fanstatic.core.Resource])[source]¶ resource may be a:
fanstatic.Resourceobject orfanstatic.Groupobject
-