diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-10 21:18:30 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-10 21:18:30 -0700 |
commit | 50341bae50b4318800dcea5694e95b239ed8fbb0 (patch) | |
tree | d2060ae537a36cc649b22785c46915dd1c9813ca /pokemontools/vba/__init__.py | |
parent | cb65c31968305b0572ca5452291afcf058cef3a2 (diff) | |
parent | 42c7b0348386fdd0d3fc3b64ad81ee8ee7779824 (diff) |
Merge pull request #21 from kanzure/vba-automation
Start moving away from jvm/jython.
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 +""" |