Move files
This commit is contained in:
parent
7ab0b1ce62
commit
1ccea2bf9c
3 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ from abc import ABCMeta
|
|||
from io import RawIOBase
|
||||
|
||||
|
||||
class BaseSource(RawIOBase, metaclass=ABCMeta):
|
||||
class BaseInterface(RawIOBase, metaclass=ABCMeta):
|
||||
pass
|
Loading…
Reference in a new issue