diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-08 22:52:50 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-08 22:52:50 -0500 |
commit | 72cdd7ba645e02c928fd56def4465e38e4c03709 (patch) | |
tree | a3f6411a4170d07a67e1ae03155176a72f535b8f /pokemontools/vba/__init__.py | |
parent | 5ce5342833f8170390c0112ed6047243e67465a9 (diff) |
move vba/ -> pokemontools/vba/
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 +""" |