Get basic debug Flask application working
Now I can serve up an API endpoint that indicates the version. yay
This commit is contained in:
parent
681a62bbf5
commit
03e431a2ce
6 changed files with 93 additions and 0 deletions
9
bin/vanth
Normal file → Executable file
9
bin/vanth
Normal file → Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
import vanth.main
|
||||
|
||||
|
||||
def run():
|
||||
vanth.main.main()
|
||||
|
||||
if __name__ == '__main__':
|
||||
run()
|
Loading…
Add table
Add a link
Reference in a new issue