Expose/import more conservatively (Resolves #20)

This commit is contained in:
Oskar Winkels 2020-12-15 23:29:43 +01:00
parent 8c5e359f5b
commit ca8f962102
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
from .core import * from .core import app

View File

@ -1,5 +1,5 @@
import os import os
from .core import * from .core import app
# Start the flask server if run from terminal # Start the flask server if run from terminal
if __name__ == "__main__": if __name__ == "__main__":