You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
151 B
Python

from conf.ActivityRegistry import _ActivityRegistry
_activity_registry = _ActivityRegistry()
def get_activity_registry():
return _activity_registry