video-static-html/main.py
2020-04-12 00:21:32 +02:00

7 lines
61 B
Python

def main():
pass
if __name__ == "__main__":
main()