7 lines
143 B
Typst
7 lines
143 B
Typst
#let version = version(0, 2, 0)
|
|
|
|
#import "circuit.typ": circuit
|
|
#import "element.typ"
|
|
#import "gates.typ"
|
|
#import "util.typ"
|
|
#import "wire.typ" |