initial commit

This commit is contained in:
Jan Petykiewicz 2021-11-11 23:53:13 -08:00
commit 0552a0a75f
9 changed files with 1032 additions and 0 deletions

3
g85/__init__.py Normal file
View file

@ -0,0 +1,3 @@
from .main import Map, Device
from .read import read
from .write import write