9 lines
192 B
Java
Raw Permalink Normal View History

2023-09-13 10:42:05 +04:00
package ProjectElectricLocomotive;
2023-09-13 10:38:37 +04:00
public class Main {
public static void main(String[] args)
{
2023-10-21 22:32:22 +04:00
FrameLocomotiveCollection mainFrame = new FrameLocomotiveCollection();
2023-09-13 10:38:37 +04:00
}
}