Files

6 lines
73 B
Python
Raw Permalink Normal View History

2026-03-13 12:59:54 -07:00
# -*- coding: utf-8 -*-
from .deep_scan import main
__all__ = ["main"]