removed unused class

This commit is contained in:
BroodjeAap 2020-11-21 14:03:24 +01:00
parent a59746fb14
commit 6ab19b7a5f

View file

@ -1,5 +0,0 @@
abstract class PracticeGenerator {
bool check(int other);
void next();
String toString();
}