Files
spy_hunter/modules/scan.py
2026-03-13 12:59:54 -07:00

6 lines
73 B
Python

# -*- coding: utf-8 -*-
from .deep_scan import main
__all__ = ["main"]