from serial import Serial import time class SerialPort: def __init__(self): pass def main(): pass if __name__ == '__main__': main()