10 lines
154 B
Python
10 lines
154 B
Python
import datetime as dt
|
|
|
|
|
|
|
|
class VRPMDV_MonChannels:
|
|
def __init__(self, name , valuetype):
|
|
self.name = name
|
|
self.valuetype = valuetype
|
|
|