tvid is a redirection manager for televisions, lobby displays, status dashboards, and the like, so that you can set all of the displays in your organization to one URL and manage them via the web.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
tvid/bin/tvidd

9 lines
111 B

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