mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
7 lines
135 B
Python
7 lines
135 B
Python
#!/usr/bin/env python
|
|
|
|
__all__ = ['concat_flvs', 'concat_mp4s']
|
|
|
|
from .merge_flv import concat_flvs
|
|
from .merge_mp4 import concat_mp4s
|