lpcmanager

Port to python3: used 2to3 ver 3.10 + some manual fixes until IDE shows up. Pairs with new windows installer, lpcdistro 25eb179471d7.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from bacnet import bacnet as BacnetModule
from bacnet.bacnet import RootClass
from LPCArch import GetLPCArch
BacnetModule.BACNET_VENDOR_ID = 1071
BacnetModule.BACNET_VENDOR_NAME = "Smarteh Company"
BacnetModule.BACNET_DEVICE_MODEL_NAME = GetLPCArch()