feat: enlever Circuit.java et toute ses impl

This commit is contained in:
2025-10-29 16:41:03 +01:00
parent f7677fec3b
commit 9ab1d6b960
3 changed files with 6 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
public interface Circuit {
CircuitCell getType();
}