StarRailCopilot/module/notify/__init__.py
LmeSzinc 3179cdc81d Opt: [ALAS] Lazy import onepush
(cherry picked from commit 63fd8b63f6574137a0ec0840440cab951f4f40df)
2024-04-30 00:51:43 +08:00

5 lines
155 B
Python

def handle_notify(*args, **kwargs):
# Lazy import onepush
from module.notify.notify import handle_notify
return handle_notify(*args, **kwargs)