I am starting a Python project and expect it to have 20 or more classes. As a good practice, I want to put them in a separate file each. However, the project directory is quickly overloaded with files (or will be when I do this).
If I put the import file in a folder, I can no longer import it. How to import a file from another folder and I will need to refer to the class that it contains differently, now that it is in the folder?
Thank you in advance
python project-organization
Teifion Dec 24 '08 at 17:23 2008-12-24 17:23
source share