httpz/httpz_scanner/__init__.py
2025-02-12 00:50:02 -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 .colors import Colors
from .scanner import HTTPZScanner
__version__ = '2.1.4'