News

Put this snippet at the top of any Python file that is not the top level of your project to import to call code from other folders. This project is intended as an example of how to import sibling ...
Did you know you can define how Python imports the code? Import hooks allow to overwrite its behaviour and let you define your own sources for loading the Python code. This repository is an example of ...