twitch-plays/src/main.py

6 lines
81 B
Python

def main():
raise Exception("not impl")
if __name__ == "__main__":
main()