mega changes -- transition to Python3
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import CognitiveModel.ModelFiles.XPlaneConnect;
|
||||
import Visualizer.visualizer;
|
||||
import CognitiveModel.ModelFiles.*;
|
||||
|
||||
public class testprocess2 extends testprocess {
|
||||
|
||||
public testprocess2(Model m, XPlaneConnect xpc){
|
||||
super(m, xpc);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user