tvid/bin/tvidd
2020-03-10 10:29:53 -07:00

10 lines
111 B
Python

#!/usr/bin/env python3
from tvid import serve
def main():
serve()
if __name__ == "__main__":
main()