Difficult-Rocket/Difficult_Rocket/crash/__init__.py

19 lines
375 B
Python
Raw Normal View History

2021-10-30 20:19:12 +08:00
# -------------------------------
# Difficult Rocket
2022-06-27 16:51:14 +08:00
# Copyright © 2021-2022 by shenjackyuanjie 3695888@qq.com
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']