1
vote
2answers
560 views
How to import a Python class that is in a directory above?
For example, I want to inherit from a class in a file that lies in a directory above the current one.
Is it possible to relatively import that file?
thanks!
…
