refactor: change from standar backend api to python library
This commit is contained in:
18
math_problems_structure/grade_1/__init__.py
Normal file
18
math_problems_structure/grade_1/__init__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
from app.problems.grade_1 import (
|
||||
compose_and_decompose_numbers,
|
||||
join_corresponding_sums,
|
||||
join_pictures_with_quantity,
|
||||
subtract_with_image_reference,
|
||||
sum_with_image_reference,
|
||||
where_are_more_items,
|
||||
)
|
||||
|
||||
|
||||
__all__ = [
|
||||
"compose_and_decompose_numbers",
|
||||
"join_corresponding_sums",
|
||||
"join_pictures_with_quantity",
|
||||
"subtract_with_image_reference",
|
||||
"sum_with_image_reference",
|
||||
"where_are_more_items",
|
||||
]
|
||||
Reference in New Issue
Block a user