Skip to content
Snippets Groups Projects
Commit 6c706a43 authored by istmxrein's avatar istmxrein
Browse files

import modules for easier access

parent d2975a52
No related branches found
No related tags found
No related merge requests found
from . import events, config, utils from . import config, utils
__all__ = [events, config, utils] __all__ = [config, utils]
from . import meta, power, utils
__all__ = [meta, power, utils]
\ No newline at end of file
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='pilab', name='pilab',
version='1.0.0', version='1.0.1',
description='Shared-Libs for the pi-lab microservices', description='Shared-Libs for the pi-lab microservices',
url='https://code.fbi.h-da.de/api/v4/projects/27896/packages/pypi/pilab', url='https://code.fbi.h-da.de/api/v4/projects/27896/packages/pypi/pilab',
author='Max Reinheimer', author='Max Reinheimer',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment