sugar-toolkit-gtk3/sugar/conf/__init__.py

7 lines
139 B
Python
Raw Normal View History

from sugar.conf.ActivityRegistry import ActivityRegistry
__registry = ActivityRegistry()
def get_activity_registry():
return __registry