Question
Create a Python script to generate class in C++ project inside a STM32CubeIDE
I created a python script with GUI, generating a class inside a .cpp and .h files. I put those files inside a worlspace project folder. But I want to importa that files inside a IDE project directly in Python script. There are some way to do that.
