StarRailCopilot/module/notify.py
2023-06-18 01:07:39 +08:00

5 lines
124 B
Python

from module.logger import logger
def handle_notify(*args, **kwargs):
logger.error('Error notify is not supported yet')