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