6 lines
120 B
Python
6 lines
120 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from m2m.serial.serial_port import SerialPort
|
|
|
|
__all__ = ['SerialPort']
|