ddos-script/simple_ddos/__init__.py
2023-11-08 23:18:30 -05:00

18 lines
No EOL
483 B
Python

"""Top-level package for Simple DDoS."""
# simple_ddos/__init__.py
__app_name__ = 'simple_ddos'
__version__ = "0.1.0"
# import socket
#
# ( socket.gaierror,
# KeyboardInterrupt,
# NameError
# ) = range(3)
#
# ERRORS = {
# KeyboardInterrupt: 'Keyboard Interrupt. Terminating session...',
# socket.gaierror: 'Unknown address.' + '\n' + 'Please input the correct ip address.',
# NameError: 'Unknown address.' + '\n' + 'Please input the correct ip address.'
# }