wpaudit/modules/wp_analyzer/__init__.py
2025-05-19 22:38:08 +05:00

5 lines
212 B
Python

# This file makes the wp_analyzer directory a Python package.
# Optionally, you could import key functions here for easier access,
# e.g., from .analyzer import run_analysis
# but for now, we'll keep it simple.