11 lines
77 B
Python
Raw Normal View History

2023-12-01 13:22:00 +01:00
#!/bin/python
"""
Description:
"""
if __name__ == "__main__":
main()