From 1a360be9c814c747460fd2e82b100d4f7b16326f Mon Sep 17 00:00:00 2001 From: crc Date: Mon, 25 Jan 2021 14:55:19 +0000 Subject: [PATCH] nga-python: add stub file for Decmial IO device (#32) FossilOrigin-Name: e8688c22e6021ae89f9a63687f9e62d8b4de17d3ae1df04932044428f90e8bc6 --- vm/nga-python/DecimalDevice.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vm/nga-python/DecimalDevice.py diff --git a/vm/nga-python/DecimalDevice.py b/vm/nga-python/DecimalDevice.py new file mode 100644 index 0000000..5e79b9b --- /dev/null +++ b/vm/nga-python/DecimalDevice.py @@ -0,0 +1,7 @@ +# Stub for Decimal I/O device + +import decimal + +class Decimal: + def __init__(self): + pass