textual-paint/__init__.py

3 lines
122 B
Python
Raw Normal View History

2023-04-13 03:49:16 +03:00
# For relative imports to work in Python 3.6
import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))