Added initial files

This commit is contained in:
xemeds
2020-07-18 13:10:03 +00:00
parent d212259c57
commit c783e7792a
10 changed files with 65 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from tiny0 import app
if __name__ == '__main__':
app.run(debug=True)