aboutsummaryrefslogtreecommitdiff
path: root/test_amap.py
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-08-09 02:56:10 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-08-09 02:56:10 -0400
commitaefdc8d0edad5d77d73ac40d8002363e12da00da (patch)
tree9b4de068a127034436998c970eb9337c5c54d2b0 /test_amap.py
downloadfifteen-thieves-aefdc8d0edad5d77d73ac40d8002363e12da00da.tar.xz
fures, ostendite se!
Diffstat (limited to 'test_amap.py')
-rw-r--r--test_amap.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/test_amap.py b/test_amap.py
new file mode 100644
index 0000000..1d028ce
--- /dev/null
+++ b/test_amap.py
@@ -0,0 +1,9 @@
+# Part of the Fifteen-Thieves Project
+# Chris Xiong 2020
+# License: Expat (MIT)
+
+import xv.amap
+
+m = xv.amap.AddrMapTemplate("amaps/sd-80.amap")
+t = xv.amap.create_addr_map_tree(m)
+t.dump()