mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-14 00:53:25 +00:00
feat: dotchain lang
This commit is contained in:
7
src/dotchain/runtime/tests/test_runtime.py
Normal file
7
src/dotchain/runtime/tests/test_runtime.py
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
import unittest
|
||||
|
||||
class TestRuntime(unittest.TestCase):
|
||||
|
||||
def test_eval(self):
|
||||
self.assertTrue(True)
|
||||
Reference in New Issue
Block a user