diff options
Diffstat (limited to 'pokemontools/gfx.py')
-rw-r--r-- | pokemontools/gfx.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemontools/gfx.py b/pokemontools/gfx.py index 3f90d0f..a728de1 100644 --- a/pokemontools/gfx.py +++ b/pokemontools/gfx.py @@ -5,6 +5,7 @@ import sys import png from math import sqrt, floor, ceil import argparse +import operator import configuration config = configuration.Config() |