In [4]:
import PageObjects.implementations as scripts
from pandas import read_excel
In [5]:
MyData = scripts.StudentRecord()
In [6]:
MyData.get_all_student_credits()
In [7]:
MyData.record_stack
Out[7]:
In [ ]: