muxer scaffolding

This commit is contained in:
zixuanzh
2018-10-31 23:02:00 +01:00
parent 19650d0f72
commit 8756320e85
6 changed files with 22 additions and 19 deletions

View File

@ -1,5 +1,5 @@
from abc import ABC, abstractmethod
from datetime import time
# from datetime import time
class IMuxedStream(ABC):