diff options
Diffstat (limited to 'lib/client/client.ml')
| -rw-r--r-- | lib/client/client.ml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/client/client.ml b/lib/client/client.ml index e69de29..94817ab 100644 --- a/lib/client/client.ml +++ b/lib/client/client.ml @@ -0,0 +1,5 @@ +let notify t data = + Yojson.Basic.pretty_print Format.std_formatter data; + print_newline (); + print_endline t; + ()
\ No newline at end of file |