retroforth/vm/nga-python/DecimalDevice.py
crc 1a360be9c8 nga-python: add stub file for Decmial IO device (#32)
FossilOrigin-Name: e8688c22e6021ae89f9a63687f9e62d8b4de17d3ae1df04932044428f90e8bc6
2021-01-25 14:55:19 +00:00

7 lines
93 B
Python

# Stub for Decimal I/O device
import decimal
class Decimal:
def __init__(self):
pass