I can't figure out how to import a function from another python file and place it into a button function. This is the code I've written personally:
def press_btn1():
text = entry1.get()
if text == "something":
test()
return None