Tagged Questions
2
votes
2answers
804 views
How do you import your own convenience function modules in Python?
Python can only import files from the current working directory, or from its path, I guess, but this means that if I'm working in a subdirectory on a certain project, I can't import stuff from a ...