8 lines
75 B
Python
8 lines
75 B
Python
# import WHAT
|
|
|
|
def main():
|
|
pass
|
|
|
|
if __name__ == '__main__':
|
|
main()
|