Compare commits

...
1 Commits
Author SHA1 Message Date
KKlochko 9edbca09cf Add the Test class as ABC. 2023-09-20 22:19:41 +03:00
@@ -0,0 +1,6 @@
package space.kklochko.simple_jbdd.tests;
public abstract class Test {
}