Initial upload: dependency freshness checker CLI tool
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
5
src/depcheck/__init__.py
Normal file
5
src/depcheck/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
__version__ = "1.0.0"
|
||||||
|
|
||||||
|
from depcheck.cli import main
|
||||||
|
|
||||||
|
__all__ = ["main", "__version__"]
|
||||||
Reference in New Issue
Block a user