I have a peoject foler that has python files in my pycharm project.
<code>my-project
app.py
....
....
venv
</code>
<code>my-project
app.py
....
....
venv
</code>
my-project
app.py
....
....
venv
but I need to change folder structure frontend and backend.
<code>my-project
backend
app.py
....
....
venv
fontend
index.html
...
...
</code>
<code>my-project
backend
app.py
....
....
venv
fontend
index.html
...
...
</code>
my-project
backend
app.py
....
....
venv
fontend
index.html
...
...
how to move python project to backend using pycharm?