init correction

This commit is contained in:
trochas
2025-11-03 12:05:01 +01:00
parent 64bcf4938a
commit 86e29d3c8d
5 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
package interfaces;
public interface AlgoDiffusion {
}

View File

@@ -1,3 +1,4 @@
package interfaces;
public interface Capteur {
}

View File

@@ -1,3 +1,4 @@
package interfaces;
public interface Observer {
}

View File

@@ -1,3 +1,4 @@
package interfaces;
public interface ObserverdeCapteur {
}

View File

@@ -1,3 +1,4 @@
package interfaces;
public interface Subject {
}