Pycharm Project Sturcture/Dependencies - "make" file .py please?
Hello
I have a "large" project in pycharm linking many sub project in structure and dependencies. This app will ONLY run in pycharm. Would it be possible for PyCharm to generate a "IMPORT FILE" for that configuration so that I can do in main.py `import pycharmConfig` File and be able to run the app in different IDE? I'm struggling to debug my app in pycharm and it runs great in vs code(even tho I hate it I can suffer it for debugning the crash) But yet I can't do it as the imports are "complex" and pycharm does not give me any import script to do it in other IDE.
TIA!
请先登录再写评论。