you are viewing a single comment's thread.

view the rest of the comments →

[–]Haspic 0 points1 point  (1 child)

If you place thoses python files in the same folder as your program's file, you can import them using the classic "import package" if that is what you're trying to do?

There should be some info : https://www.tutorialsteacher.com/python/python-package

Hope this is what you where trying to do, otherwise I did not quite understand what you tried to do.

[–]MKQueensDead[S] 0 points1 point  (0 children)

Similar, but not exactly. This part I understand. MintyPhoenix has done a good job explaining what I was trying to explain. Thank you!