Difficult-Rocket/Difficult_Rocket/api/exception/logger.py
2023-12-03 16:54:07 +08:00

10 lines
283 B
Python

# -------------------------------
# Difficult Rocket
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
# All rights reserved
# -------------------------------
from Difficult_Rocket.exception.logger import LogFileLockTimeOutError
__all__ = ["LogFileLockTimeOutError"]