7 lines
136 B
Python
7 lines
136 B
Python
# -*- coding: utf-8 -*-
|
|
# from ..lib.feasycom_ble import BTLEUart
|
|
from . import BaseSource
|
|
|
|
|
|
class FeasycomSource(BaseSource):
|
|
pass
|