mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
3179cdc81d
(cherry picked from commit 63fd8b63f6574137a0ec0840440cab951f4f40df)
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)
|