mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 08:53:00 +08:00
5 lines
102 B
Python
5 lines
102 B
Python
from felicity.apps.user.events import init_user_events
|
|
|
|
|
|
def observe_events():
|
|
init_user_events()
|