Here init.py has a function create_app ans I am not able to import the function in main.py.
I've attached main.py and init.py [enter image description here](https://i.stack.imgur.com/E9YMh.png)
It keeps on giving ImportError: cannot import name 'create_app' from 'website' (unknown location)
I have tried importing init but it isn't working either.