pytest/pytestpavement/io/__init__.py
2022-08-22 16:18:58 +02:00

4 lines
59 B
Python

from .geosys import read_geosys
__all__ = ["read_geosys"]