ARTICLE AD BOX
I am currently working on a project using pygame and am putting some of my code in seperate files to keep it organised (which I understand is best practice) and importing it. In the past I have just used one very large file to avoid this.
I am trying to write a function which uses a function from one of libraries I am using, however I would prefer not to have to import it again in the sub file just so my IDE doesn't think its wrong (I haven't gotten far enough to actually know if this is a real issue or not yet, which it may be).
I am using pycharm and am far from what I think of as an experienced dev. Any help is greatly appreaciated, thanks in advance.
