lots of things
This commit is contained in:
8
app/src/main/java/chess/io/OutputSystem.java
Normal file
8
app/src/main/java/chess/io/OutputSystem.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package chess.io;
|
||||
|
||||
public abstract class OutputSystem implements OutputSystemInterface {
|
||||
|
||||
public OutputSystem() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user