I have a function called "LoadDataClassForImageClassification" and i dont want the user to type it again and again... I tried
def LoadDataClassForImageClassification():
print('Loading...')
## ML THINGS
x = LoadDataClassForImageClassification()
x()