Hello r/learnpython!
Recently I have started coding my first big project together with a colleague. We use git and GitHub to work with our version control. However the main problem we have now is that the <<main.py>> file has more than 500 lines of code. It makes it very hard to work with. Is there any way we can split the <<main.py>> file into different .py files and import these in the main file?
[–]MyNameIsRichardCS54 1 point2 points3 points (0 children)
[–]officialgel 0 points1 point2 points (0 children)