diff options
Diffstat (limited to 'pokemontools/vba/__init__.py')
-rw-r--r-- | pokemontools/vba/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pokemontools/vba/__init__.py b/pokemontools/vba/__init__.py new file mode 100644 index 0000000..ea883a7 --- /dev/null +++ b/pokemontools/vba/__init__.py @@ -0,0 +1,7 @@ +""" +pokecrystal/pokered VBA automation module + +dependencies: + python-vba-wrapper (vba_wrapper) + vba-linux +""" |