Skip to content
Snippets Groups Projects
Commit 1eee2d6d authored by Aditya Dange's avatar Aditya Dange
Browse files

Keep __init__.py blank for testing

parent c085b31f
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ Welcome to LMC Base Classes documentation!
:maxdepth: 2
.. automodule:: SKABaseDevice.SKABaseDevice
.. autoclass:: SKABaseDevice
:members:
Indices and tables
......
......@@ -9,11 +9,11 @@
__init__.py: A generic base device for SKA. It exposes the generic attributes, properties and commands of an SKA device.
"""
__all__ = ["SKABaseDevice", "main"]
from skabase import release
from .SKABaseDevice import SKABaseDevice, main
__version__ = release.version
__version_info__ = release.version_info
__author__ = release.author
\ No newline at end of file
# __all__ = ["SKABaseDevice", "main"]
#
# from skabase import release
# from .SKABaseDevice import SKABaseDevice, main
#
# __version__ = release.version
# __version_info__ = release.version_info
# __author__ = release.author
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment