mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-15 01:39:25 +08:00
5 lines
155 B
Python
5 lines
155 B
Python
def handle_notify(*args, **kwargs):
|
|
# Lazy import onepush
|
|
from module.notify.notify import handle_notify
|
|
return handle_notify(*args, **kwargs)
|