mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +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
|