0

Im creating a framework in python, and I have two files main_part.py and class_part.py, in class_part.py I have a class CreateParserClass and inside the class CreateParserClass I have a function create_parser that will create a parser, how can I import the class CreateParserClass from the python file class_part.py, and use it to execute the function create_parser from the class CreateParserClass in main_part.py?

0 Answers0