Move files

This commit is contained in:
Odd Stråbø 2023-04-07 23:26:55 +02:00
parent 7ab0b1ce62
commit 1ccea2bf9c
3 changed files with 1 additions and 1 deletions

View File

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