mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +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