httpz/httpz_scanner/__init__.py
2025-02-11 21:40:49 -05:00

9 lines
229 B
Python

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