0
0
mirror of https://github.com/thegeeklab/corenetworks.git synced 2024-06-02 16:59:41 +02:00
corenetworks/corenetworks/__init__.py
2021-01-03 14:34:02 +01:00

7 lines
124 B
Python

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