diff options
-rw-r--r-- | hazwaz/__init__.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hazwaz/__init__.py b/hazwaz/__init__.py index 4986238..883ffe2 100644 --- a/hazwaz/__init__.py +++ b/hazwaz/__init__.py @@ -1 +1 @@ -from .command import MainCommand, Command # noqa: F401 +from .command import Command, MainCommand # noqa: F401 @@ -1,4 +1,4 @@ -from setuptools import setup, find_packages +from setuptools import find_packages, setup try: with open("README.rst", 'r') as fp: |