Source file miaou.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(*****************************************************************************)
(*                                                                           *)
(* SPDX-License-Identifier: MIT                                              *)
(* Copyright (c) 2025 Nomadic Labs <contact@nomadic-labs.com>                *)
(*                                                                           *)
(*****************************************************************************)
module Core = Miaou_core

module Widgets = struct
  module Display = Miaou_widgets_display
  module Layout = Miaou_widgets_layout
  module Input = Miaou_widgets_input
end

module Internal = Miaou_internals
module Net = Net