nga-python: add stub file for Decmial IO device (#32)
FossilOrigin-Name: e8688c22e6021ae89f9a63687f9e62d8b4de17d3ae1df04932044428f90e8bc6
This commit is contained in:
parent
735e23f1a9
commit
1a360be9c8
1 changed files with 7 additions and 0 deletions
7
vm/nga-python/DecimalDevice.py
Normal file
7
vm/nga-python/DecimalDevice.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Stub for Decimal I/O device
|
||||
|
||||
import decimal
|
||||
|
||||
class Decimal:
|
||||
def __init__(self):
|
||||
pass
|
Loading…
Reference in a new issue