6 lines
69 B
Python
6 lines
69 B
Python
from .__about__ import __version__
|
|
|
|
__all__ = [
|
|
"__version__",
|
|
]
|