video-static-html/main.py

7 lines
61 B
Python
Raw Normal View History

2020-04-11 22:18:23 +00:00
def main():
pass
if __name__ == "__main__":
main()