mu-semtech / mu-python-template

Template for running Python/Flask microservices
MIT License
4 stars 8 forks source link

Adds `/app` to the `PYTHONPATH` #5

Closed sergiofenoll closed 2 years ago

sergiofenoll commented 2 years ago

By having /app in the PYTHONPATH, users of the template should be able to use absolute imports, as their modules will be placed inside PYTHONPATH.