diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-11 12:38:52 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-11 12:38:52 -0600 |
commit | e0991710ef720ee73bc8042671ba92159002f236 (patch) | |
tree | f8cdf8595411ad8b16eca1f293a1c3e724eef45c /tests/setup_vba.py | |
parent | fcfde94ba84a6a29bb22dd97b62af2e3c72276bd (diff) | |
parent | a11b084a2824dbe9c1df84d9ea205b8495f3da13 (diff) |
Merge branch 'github/master' into master
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 |