7 lines
61 B
Python
Raw Normal View History

2023-11-21 18:06:13 +04:00
def main():
pass
if __name__ == "__main__":
main()