1
0
mw-convo-collections/src/main.py

7 lines
85 B
Python

def main():
print('jkasdfjhksdjhksdfsd')
if __name__ == "__main__":
main()