justnukeit/Common.ml

9 lines
92 B
OCaml

(* vim: set st=2 sw=2 et : *)
exception NotImplemented of string
;;
let init () =
()
;;