httpz/httpz-scanner/__init__.py
2025-02-11 02:42:36 -05:00

9 lines
222 B
Python

#!/usr/bin/env python3
# HTTPZ Web Scanner - Developed by acidvegas in Python (https://github.com/acidvegas/httpz)
# httpz/__init__.py
from .scanner import HTTPZScanner
from .colors import Colors
__version__ = '1.0.6'