StarRailCopilot/module/notify/__init__.py

5 lines
155 B
Python
Raw Normal View History

def handle_notify(*args, **kwargs):
# Lazy import onepush
from module.notify.notify import handle_notify
return handle_notify(*args, **kwargs)