Add basic go application and remove python code

This commit is contained in:
Olli 2026-02-26 10:36:41 +01:00
commit 377e57ee43
25 changed files with 57 additions and 3591 deletions

View file

@ -1,8 +0,0 @@
import sys
from .application import Application
def main(version):
app = Application(version)
return app.run(sys.argv)