legacy project initial commit

This commit is contained in:
2024-07-21 20:41:51 +07:00
commit d4afde065d
109 changed files with 1739 additions and 0 deletions

5
src/model/Formatter.java Normal file
View File

@ -0,0 +1,5 @@
package model;
public interface Formatter {
}