mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-21 05:41:54 +03:00
3 lines
122 B
Python
3 lines
122 B
Python
# For relative imports to work in Python 3.6
|
|
import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|