Clean up base package

This commit is contained in:
AsamK 2021-11-14 15:00:06 +01:00
parent 382d8d22d0
commit fc8b6d0fcb
60 changed files with 102 additions and 100 deletions

View file

@ -0,0 +1,5 @@
package org.asamk.signal.output;
public interface OutputWriter {
}