1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-14 13:33:39 +08:00
Files
AzurLaneAutoScript/module/notify/__init__.py

5 lines
155 B
Python
Raw Normal View History

2024-04-28 17:12:03 +08:00
def handle_notify(*args, **kwargs):
# Lazy import onepush
from module.notify.notify import handle_notify
return handle_notify(*args, **kwargs)