Removed unused interface

This commit is contained in:
Alexis Leboeuf
2026-01-06 11:07:21 +01:00
parent 90b55bea38
commit d38b88e68c

View File

@@ -1,9 +0,0 @@
package hackathon.FrisbYEE.jpa.interfaces;
import java.io.Serializable;
public interface IAthlete{
public void run();
}