Source file petanque_shell.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
(** @canonical Petanque_shell.Client *)
module Client = Petanque_shell__Client
(** @canonical Petanque_shell.Interp_shell *)
module Interp_shell = Petanque_shell__Interp_shell
(** @canonical Petanque_shell.Protocol_shell *)
module Protocol_shell = Petanque_shell__Protocol_shell
(** @canonical Petanque_shell.Shell *)
module Shell = Petanque_shell__Shell