1
0
forked from HEL/circuiteria

split up sources into manageable files

This commit is contained in:
2024-05-16 23:35:53 +02:00
parent c9155a0b99
commit 6d6c357534
12 changed files with 768 additions and 0 deletions

6
src/lib.typ Normal file
View File

@ -0,0 +1,6 @@
#let version = version((0,0,1))
#import "circuit.typ": circuit
#import "element.typ"
#import "util.typ"
#import "wire.typ"