diff options
Diffstat (limited to 'gfx.py')
-rw-r--r-- | gfx.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ import os import sys +sys.path.insert(0,(os.path.abspath(os.path.dirname(__file__) + 'extras/pokemontools'))) # correct module path to pokemontools import png from math import sqrt, floor, ceil import argparse |