cardiograph-computer/python/simulator.py

6 lines
36 B
Python

import cpu
c = cpu.CPU()
print(c)