Moves the encryption classes to their own package

This commit is contained in:
2021-09-02 00:18:07 +02:00
parent 996cb5da5c
commit d84baac9b7
4 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
package net.knarcraft.bookswithoutborders;
import net.knarcraft.bookswithoutborders.encryption.GenenCrypt;
import org.junit.Test;
import static org.junit.Assert.assertEquals;