add AO the base

This commit is contained in:
tuanvu
2025-11-03 12:58:00 +01:00
parent fabf03710b
commit b4a2e96f19
12 changed files with 106 additions and 7 deletions

View File

@@ -1,5 +1,7 @@
package interfaces;
public interface AlgoDiffusion {
public void configure();
public void execture();
public void configure();
public void execture();
}