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:
4
module/notify/__init__.py
Normal file
4
module/notify/__init__.py
Normal 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)
|
||||
Reference in New Issue
Block a user