This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
ESGRAF48/proto/MetaDataModel.proto

9 lines
84 B
Protocol Buffer

syntax = "proto3";
package ESGRAF48;
message MetaDataModel
{
string dummy = 1;
}