4 lines
98 B
Python
4 lines
98 B
Python
from .version import __version__, __version_info__
|
|
|
|
__all__ = ['__version__', '__version_info__']
|