felicity-lims/felicity/apps/events.py

5 lines
102 B
Python

from felicity.apps.user.events import init_user_events
def observe_events():
init_user_events()