1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 08:59:25 +08:00

Opt: [ALAS] Lazy import onepush

This commit is contained in:
LmeSzinc
2024-04-28 17:12:03 +08:00
parent cdcdd16118
commit 63fd8b63f6
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)