irt-service/app/models/irt_problem.py
2023-11-09 16:12:26 -05:00

3 lines
62 B
Python

from models.problem import Problem
class IrtProblem(Problem):