diff options
Diffstat (limited to 'pokemon_constants.py')
-rw-r--r-- | pokemon_constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pokemon_constants.py b/pokemon_constants.py index 33b6a0e..221a31c 100644 --- a/pokemon_constants.py +++ b/pokemon_constants.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + pokemon_constants = { 1: "BULBASAUR", 2: "IVYSAUR", |