first commit

This commit is contained in:
DigiJ
2026-03-13 12:59:54 -07:00
commit f89107e11f
48 changed files with 804 additions and 0 deletions

5
modules/scan.py Normal file
View File

@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
from .deep_scan import main
__all__ = ["main"]