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

7 lines
124 B
Python
Raw Normal View History

2020-03-30 23:28:34 +02:00
# -*- coding: utf-8 -*-
"""Default package."""
from corenetworks.client import CoreNetworks # noqa
2021-01-03 14:34:02 +01:00
__version__ = "0.0.0"