diff options
Diffstat (limited to 'pokemontools/vba/vba_keyboard.py')
-rw-r--r-- | pokemontools/vba/vba_keyboard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/vba/vba_keyboard.py b/pokemontools/vba/vba_keyboard.py index c83da65..65d481d 100644 --- a/pokemontools/vba/vba_keyboard.py +++ b/pokemontools/vba/vba_keyboard.py @@ -1,4 +1,4 @@ -# -*- encoding: utf-8 -*- +# -*- coding: utf-8 -*- """ This file constructs a networkx.DiGraph object called graph, which can be used to find the shortest path of keypresses on the keyboard to type a word. |