Difficult-Rocket/Difficult_Rocket/api/exception/logger.py
2022-06-29 13:45:25 +08:00

12 lines
267 B
Python

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