Added app.py frontend

This commit is contained in:
Antonio de la Rosa 2020-02-16 00:36:58 +01:00
parent 31b3118291
commit e4c20bc65b
3 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,3 @@
from paramecio2.app import start_app
app=start_app()