Difficult-Rocket/Difficult_Rocket/crash/__init__.py

20 lines
356 B
Python
Raw Normal View History

2021-10-30 20:19:12 +08:00
# -------------------------------
# Difficult Rocket
# Copyright © 2021 by shenjackyuanjie
# 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']