addons-server/lib/video/dummy.py

10 строки
153 B
Python

from .utils import VideoBase
class Video(VideoBase):
"""Used for testing."""
@classmethod
def library_available(cls):
return True