put laantas-script library behind a single module

This commit is contained in:
Rhiannon Morris 2024-11-28 01:27:33 +01:00
parent 55b50ab440
commit 5ad7aeddc6
3 changed files with 8 additions and 8 deletions

View file

@ -0,0 +1,5 @@
module Laantas (module Laantas) where
import Split as Laantas
import Svg as Laantas
import Glyphs as Laantas