diff --git a/geomagio/api/covjson/CovJSONFactory.py b/geomagio/covjson/CovJSONFactory.py similarity index 100% rename from geomagio/api/covjson/CovJSONFactory.py rename to geomagio/covjson/CovJSONFactory.py diff --git a/geomagio/covjson/__init__.py b/geomagio/covjson/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..11211bd390c2c419a5bc84e363059e5376d5c703 --- /dev/null +++ b/geomagio/covjson/__init__.py @@ -0,0 +1,7 @@ +"""IO Module for CovJSON Format""" + +from __future__ import absolute_import + +from .CovJSONFactory import CovJSONFactory + +__all__ = ["CovJSONFactory"]