Opt: [ALAS] Lazy import onepush

(cherry picked from commit 63fd8b63f6574137a0ec0840440cab951f4f40df)
This commit is contained in:
LmeSzinc 2024-04-28 17:12:03 +08:00
parent a3ce30dc96
commit 3179cdc81d
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
def handle_notify(*args, **kwargs):
# Lazy import onepush
from module.notify.notify import handle_notify
return handle_notify(*args, **kwargs)