I currently work on a bigger project and I wonder if it's possible to create an exe out of my main.py while leaving the other modules alone so i can change them without always creating a new exe.
file structure (simplified):
main.exe
├── frontend
│ └── window1.py
└── backend
└── data.py