nga-python: add stub file for Decmial IO device (#32)

FossilOrigin-Name: e8688c22e6021ae89f9a63687f9e62d8b4de17d3ae1df04932044428f90e8bc6
This commit is contained in:
crc 2021-01-25 14:55:19 +00:00
parent 735e23f1a9
commit 1a360be9c8

View file

@ -0,0 +1,7 @@
# Stub for Decimal I/O device
import decimal
class Decimal:
def __init__(self):
pass