3 lines
69 B
Python
3 lines
69 B
Python
|
if __name__ == "__main__":
|
||
|
print("Welcome to data_augmentation")
|