Move to hatch-based build

This commit is contained in:
Jan Petykiewicz 2022-08-18 23:27:12 -07:00
commit cbd484db6a
7 changed files with 52 additions and 56 deletions

View file

@ -1,3 +1,6 @@
from .main import Map, Device
from .read import read
from .write import write
__author__ = 'Jan Petykiewicz'
__version__ = '0.4'