1
0
Fork 0
python-aristaproto/tests/inputs/empty_service/empty_service.proto

8 lines
98 B
Protocol Buffer
Raw Normal View History

/* Empty service without comments */
syntax = "proto3";
package empty_service;
service Test {
}