feat: core sepration, observer added

This commit is contained in:
shahdlala66
2026-03-29 20:47:58 +02:00
committed by Janis
parent 8fa44bdb81
commit bbe53905c3
15 changed files with 738 additions and 178 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
rootProject.name = "NowChessSystems"
include("modules:core", "modules:api")
include("modules:core", "modules:api", "modules:ui")