mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-03-24 03:38:05 +00:00
6 lines
69 B
Python
6 lines
69 B
Python
from .__about__ import __version__
|
|
|
|
__all__ = [
|
|
"__version__",
|
|
]
|