This website requires JavaScript.
Explore
Help
Sign In
accidentallycompetent
/
bluewind
Watch
1
Star
0
Fork
You've already forked bluewind
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ebeacd72ae
bluewind
/
main.py
5 lines
100 B
Python
Raw
Normal View
History
Unescape
Escape
base working implementation add spec file add requirements started work on modularisation create simple flask api program error codes set licence to GPLv3
2023-02-23 11:07:26 +00:00
#!/usr/bin/env python3
starting work on docker image
2023-11-14 18:05:44 +00:00
from
bluewind
import
app
if
__name__
==
'
__main__
'
:
app
.
run
(
debug
=
False
)