build(__init__.py): add __version__ variable

This commit is contained in:
2026-03-15 18:27:54 +00:00
parent a06f51b075
commit 887a9f42b0

View File

@@ -1,3 +1,5 @@
from .web_server import WebServer
__version__: str = "0.1.0"
__all__ = ["WebServer"]