devine/devine/core/manifests/__init__.py
2023-02-10 19:37:03 +00:00

5 lines
67 B
Python

from .dash import DASH
from .hls import HLS
__ALL__ = (DASH, HLS)