mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-01-05 14:33:12 +00:00
11 lines
213 B
Nim
11 lines
213 B
Nim
import protobuf_serialization
|
|
import protobuf_serialization/proto_parser
|
|
|
|
import_proto3 "./proto/base.proto"
|
|
|
|
export protobuf_serialization
|
|
|
|
# TODO: Do the Objects have to be listed manually?
|
|
export HistoryEntry
|
|
|