3 lines
169 B
Python
3 lines
169 B
Python
# For relative imports to work in Python 3.6
|
|
import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
|
# print(f'Invoking __init__.py for {__name__}') |