Skip to content

Commit

Permalink
Update __init__.py: Simplify imports and specify correct email address.
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Aug 14, 2019
1 parent f3043f9 commit 25717eb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mflux_ai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# -*- coding: utf-8 -*-
from mflux_ai.mflux_ai import MfluxClient
from mflux_ai.mflux_ai import *
from .mflux_ai import *
"""Top-level package for mflux-ai."""

__author__ = """Meklit Elfiyos Dekita"""
__email__ = "me@aiascience.com"
__author__ = """AIA Science AS"""
__email__ = "mflux.ai@aiascience.com"
__version__ = "0.1.0"


Expand Down

0 comments on commit 25717eb

Please sign in to comment.