1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00
svtplay-dl/bin/svtplay-dl
2019-09-06 22:09:07 +02:00

8 lines
180 B
Python
Executable File

#!/usr/bin/env python3
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
import svtplay_dl
if __name__ == "__main__":
svtplay_dl.main()