Refactor package names for intellij

This commit is contained in:
cs-powell
2024-12-05 23:48:34 -05:00
parent 9585fe9d4a
commit 2297854c28
30 changed files with 676 additions and 673 deletions

View File

@@ -1,12 +1,12 @@
import java.io.IOException;
import java.net.SocketException;
import ModelFiles.*;
import CognitiveModel.ModelFiles.*;
import Visualizer.visualizer;
public abstract class testprocess {
Model m = new Model();
public testprocess(Model inputM, XPlaneConnect xpc) {