move python

This commit is contained in:
Peter McGoron 2023-02-07 17:46:44 +00:00
parent a96bac26a8
commit f6e8c62f9e
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from creole_asm import * from creole import *
import unittest import unittest
class ProgramTest(unittest.TestCase): class ProgramTest(unittest.TestCase):