5 lines
200 B
Text
5 lines
200 B
Text
|
-- This module serves as the root of the `Lean4CliExample` library.
|
||
|
-- Import modules here that should be built as part of the library.
|
||
|
import «Lean4CliExample».Basic
|
||
|
import «Lean4CliExample».Cli
|