mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 16:19:03 +08:00
Opt: [ALAS] Lazy import onepush
This commit is contained in:
parent
cdcdd16118
commit
63fd8b63f6
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)
|
||||||
Loading…
Reference in New Issue
Block a user