mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00: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)
|