refactor: rewrite from Ruby/Sinatra to Python/FastAPI

This commit is contained in:
2026-07-22 21:12:28 +02:00
parent 6f62d3e3f3
commit 44b879371e
69 changed files with 5852 additions and 3463 deletions
+3 -7
View File
@@ -1,7 +1,3 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require "volumen"
require "volumen/cli"
Volumen::CLI.run(ARGV)
#!/usr/bin/env python3
from volumen.cli import main
main()