5 lines
74 B
Python
5 lines
74 B
Python
from krayt.__about__ import __version__
|
|
|
|
__all__ = [
|
|
"__version__",
|
|
]
|