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