proto-socket/python/toki_socket/packets/__init__.py
toki fa273bcc26 feat: add Python implementation and cross-test support
- Add Python toki_socket package (base_client, communicator, tcp/ws client/server)
- Add protobuf message definitions for Python
- Add go_python.go cross-test implementation and python_go_client
- Add agent-task/python_impl plan and code review docs
- Update .gitignore for Python cache files with recursive patterns
2026-04-23 16:44:43 +09:00

4 lines
135 B
Python

from toki_socket.packets.message_common_pb2 import HeartBeat, PacketBase, TestData
__all__ = ["HeartBeat", "PacketBase", "TestData"]