feat: architecture, some problems to solve before the machine can step

This commit is contained in:
2026-07-10 08:52:52 +03:00
commit 6e6c390c02
8 changed files with 188 additions and 0 deletions
View File
+10
View File
@@ -0,0 +1,10 @@
import unittest
from src.snanosm.mealy import Machine
class TestMachine(unittest.TestCase):
def test_init(self):
m = Machine()
self.assertIsNotNone(m)