first commit

This commit is contained in:
Leonid Pershin
2026-08-21 02:42:48 +03:00
commit 167d07a733
46 changed files with 3334 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from gpu_rent.cli import app
if __name__ == "__main__":
app()