mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
Opt: [ALAS] Lazy import onepush
(cherry picked from commit 63fd8b63f6574137a0ec0840440cab951f4f40df)
This commit is contained in:
parent
a3ce30dc96
commit
3179cdc81d
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