refactor: implement core and server dir to split the library and endpoints for testing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from app.problems.grade_1 import (
|
||||
from math_problems_structure.core.problems.grade_1 import (
|
||||
compose_and_decompose_numbers,
|
||||
join_corresponding_sums,
|
||||
join_pictures_with_quantity,
|
||||
@@ -7,7 +7,6 @@ from app.problems.grade_1 import (
|
||||
where_are_more_items,
|
||||
)
|
||||
|
||||
|
||||
__all__ = [
|
||||
"compose_and_decompose_numbers",
|
||||
"join_corresponding_sums",
|
||||
|
||||
Reference in New Issue
Block a user