initial commit

This commit is contained in:
root
2025-09-14 09:59:33 +05:00
commit 90ffe5ec82
11 changed files with 602 additions and 0 deletions
@@ -0,0 +1,13 @@
package kz.konturai.parser;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ParserApplicationTests {
@Test
void contextLoads() {
}
}