directory structure

This commit is contained in:
Gian-Andrea Hutter
2022-10-13 17:01:04 +02:00
parent 96d5ba338b
commit 0aba4d3f8e
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
package src.App;
public class App {
}
+4
View File
@@ -0,0 +1,4 @@
package src.UI;
public class Model {
}