pytest/pytestpavement/io/__init__.py

4 lines
59 B
Python
Raw Normal View History

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