# -*- coding: utf-8 -*-
from ..lib.feasycom_ble import BTLEUart
from . import BaseInterface


class FeasycomInterface(BTLEUart, BaseInterface):
    pass


# BTLEUart(mac=MAC, timeout=5)