mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 12:15:40 +01:00
8 lines
178 B
Python
Executable File
8 lines
178 B
Python
Executable File
#!/usr/bin/env python
|
|
# 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()
|