mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 12:27:33 +08:00
5 lines
155 B
Python
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)
|