1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-21 12:13:49 +08:00
Files

5 lines
155 B
Python
Raw Permalink Normal View History

2024-06-05 23:20:28 +08:00
def handle_notify(*args, **kwargs):
# Lazy import onepush
from module.notify.notify import handle_notify
return handle_notify(*args, **kwargs)