With your new commit and it seems this brakes the app since there's no parent package
Traceback (most recent call last):
File "app.py", line 12, in <module>
from .resources.resources import * # noqa
ImportError: attempted relative import with no known parent package
Hello, I am running the
app.py
With your new commit and it seems this brakes the app since there's no parent package
I'll try to fix it.