Initial gradle-mirror CLI project

This commit is contained in:
2026-04-08 12:33:06 +03:30
commit 1e6b55d20b
12 changed files with 589 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
"""gradle_mirror package."""
__all__ = ["__version__"]
__version__ = "1.0.0"