Relative Content

Tag Archive for pythonoopmethods

Passing a variable from a class in one file to a class in another file

I am trying to pass variables from a class in one variable to a class in another. The variable I am trying to access is in the class called LoginOrReg in a file called LoginOrReg. I am trying to use the login_username and data variables. I have tried From LoginOrReg import * but that doesnt seem to work.