mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-07 07:26:46 +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