Reorganize the project.

This commit is contained in:
Sergey Vartanov 2021-10-13 01:03:25 +03:00
parent c07e4b4de7
commit dfbc2691d3
39 changed files with 86 additions and 78 deletions

View file

@ -3,7 +3,7 @@ Test OSM XML parsing.
"""
import numpy as np
from map_machine.osm_reader import (
from map_machine.osm.osm_reader import (
OSMData,
OSMNode,
OSMRelation,