Define all imports within the tracks package

This commit is contained in:
rlaphoenix 2023-02-10 19:27:12 +00:00
parent 268509fb49
commit fae44614f5
1 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,5 @@ from .subtitle import Subtitle
from .track import Track
from .tracks import Tracks
from .video import Video
__ALL__ = (Audio, Chapter, Subtitle, Track, Tracks, Video)