Initial commit

This commit is contained in:
Greg Shuflin
2025-12-01 00:37:22 -08:00
commit 97aa8685f9
9 changed files with 41 additions and 0 deletions

3
LeanGraphics.lean Normal file
View File

@@ -0,0 +1,3 @@
-- This module serves as the root of the `LeanGraphics` library.
-- Import modules here that should be built as part of the library.
import LeanGraphics.Basic