Imprt missing full adder
Some checks failed
BUILD / test (push) Failing after 17s

This commit is contained in:
Lukáš Plevač 2025-01-15 19:23:47 +01:00
parent d0501238f8
commit 395750eac5

View File

@ -1,4 +1,4 @@
from ariths_gen.core.one_bit_circuits import TwoInputOneBitCircuit
from ariths_gen.core.one_bit_circuits import TwoInputOneBitCircuit, FullAdder
from ariths_gen.one_bit_circuits.logic_gates import AndGate, NandGate, OrGate, NorGate, NotGate
from ariths_gen.one_bit_circuits import Maji
from ariths_gen.wire_components import Wire, Bus