from typing import Any
class Import:
    def __init__(self, students: My.Import.StudentMap, student: My.Import.Student):
        self.students = students
        self.student = student

from typing import Any
class MyMap(My.Import.Student):
    def __init__(self, ):
