I have this person class in person.py and I would like to create two objects from another file main.py
person.py:
class Person(): def __init_