feat: added mvc code

This commit is contained in:
2025-02-23 22:22:43 +01:00
commit 55dfd1b8aa
8 changed files with 206 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package interfaces
type IObserver interface {
Update() error
}