Files

7 lines
108 B
Python

def main():
print("Hello from torchvision-vibecoding-project!")
if __name__ == "__main__":
main()