Add basic go application and remove python code
This commit is contained in:
parent
345e7697ff
commit
377e57ee43
25 changed files with 57 additions and 3591 deletions
|
|
@ -1,8 +0,0 @@
|
|||
import sys
|
||||
|
||||
from .application import Application
|
||||
|
||||
|
||||
def main(version):
|
||||
app = Application(version)
|
||||
return app.run(sys.argv)
|
||||
Loading…
Reference in a new issue