Initial upload: dependency freshness checker CLI tool
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 14:55:40 +00:00
parent 13d9f4639b
commit 65d4fcfaf9

5
src/depcheck/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
__version__ = "1.0.0"
from depcheck.cli import main
__all__ = ["main", "__version__"]