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

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