Files

7 lines
113 B
Python

def main():
print("Hello from 08-pre-trained-image-classification!")
if __name__ == "__main__":
main()