fix: add module docstring to main.py to satisfy pylint CI

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Junyi Hou
2026-04-17 16:36:45 +08:00
parent 069272abdc
commit 776858224e
+2
View File
@@ -1,3 +1,5 @@
"""Entry point that delegates to the scanner package under src/."""
import runpy
import sys
from pathlib import Path