removed unneeded imports

This commit is contained in:
schrom01 2022-10-17 21:01:14 +02:00
parent c8aa16c246
commit 6436ada263
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
package ch.zhaw.ads;
import ch.zhaw.ads.CommandExecutor;
import ch.zhaw.ads.Turtle;
public class HilbertServer implements CommandExecutor {
Turtle turtle;