Add support for direct serial connection #1

Merged
oddstr13 merged 6 commits from configurable-source-device into master 2023-04-07 22:35:07 +00:00
3 changed files with 1 additions and 1 deletions
Showing only changes of commit 1ccea2bf9c - Show all commits

View File

@ -3,5 +3,5 @@ from abc import ABCMeta
from io import RawIOBase from io import RawIOBase
class BaseSource(RawIOBase, metaclass=ABCMeta): class BaseInterface(RawIOBase, metaclass=ABCMeta):
pass pass