diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-11 10:36:33 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-11 10:36:33 -0800 |
commit | a11b084a2824dbe9c1df84d9ea205b8495f3da13 (patch) | |
tree | be94d8ec6e86db5e883db5ebe9edffc2bdc951ff /tests/setup_vba.py | |
parent | ff55a23ece3f74ad30ef2f10d81c54f464d5988b (diff) | |
parent | 966985411f01b799fa71f4823da7a8cd6d9cc47b (diff) |
Merge pull request #39 from kanzure/vba-automation
More VBA automation
Diffstat (limited to 'tests/setup_vba.py')
-rw-r--r-- | tests/setup_vba.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/setup_vba.py b/tests/setup_vba.py new file mode 100644 index 0000000..6e615e2 --- /dev/null +++ b/tests/setup_vba.py @@ -0,0 +1,4 @@ +import pokemontools.vba.vba as vba +import pokemontools.vba.keyboard as keyboard +import pokemontools.vba.autoplayer as autoplayer +autoplayer.vba = vba |