Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
twkim112 authored Jun 6, 2024
0 parents commit 65d068f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added 2x2 plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions compile_proto.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import grpc_tools.protoc

grpc_tools.protoc.main((
'grpc_tools.protoc',
'--proto_path=.',
'--python_out=.',
'--grpc_python_out=.',
'./sample_df.proto',
))

0 comments on commit 65d068f

Please sign in to comment.