1 2 3 4 5 6 7
# flake8: noqa import os if 'UNITTEST' in os.environ: import tests from .module import Module