Difficult-Rocket/Difficult_Rocket/api/exception/threading.py

12 lines
263 B
Python

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