from Utils.global_variate import Global from Utils.mockData_handler import data_handler class customerData(Global): customer_test_name = 'autotest_customer' customer_test_email = 'autotest_customer@gmail.com' customer_test_phone = data_handler.phone() customer_test_note = 'autotest_note_msg'