mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 02:08:05 +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)
|