corenetworks/corenetworks/__init__.py

7 lines
124 B
Python

# -*- coding: utf-8 -*-
"""Default package."""
from corenetworks.client import CoreNetworks # noqa
__version__ = "0.0.0"