def regresar(): interfaz.create_frame()
from gui.interfaz import create_frame if __name__ == "__main__": create_frame()