1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 15:36:59 +08:00
Files
AzurLaneAutoScript/module/notify/__init__.py
SevCrane 5e482958f6 AlasGG
2024-06-05 23:20:28 +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)