Difficult-Rocket/Difficult_Rocket/crash/__init__.py

20 lines
361 B
Python
Raw Normal View History

2021-10-30 20:19:12 +08:00
# -------------------------------
# Difficult Rocket
2021-12-26 23:06:03 +08:00
# Copyright © 2021-2022 by shenjackyuanjie
2021-10-30 20:19:12 +08:00
# All rights reserved
# -------------------------------
"""
writen by shenjackyuanjie
mail: 3695888@qq.com
github: @shenjackyuanjie
gitee: @shenjackyuanjie
"""
2021-10-31 14:58:09 +08:00
from .crash import *
__all__ = ['all_thread',
'all_process',
'crash']