Nikitasoni22's picture
initial clean commit
5a2d63f
raw
history blame contribute delete
143 Bytes
from .easy import EASY_TASKS
from .medium import MEDIUM_TASKS
from .hard import HARD_TASKS
ALL_TASKS = EASY_TASKS + MEDIUM_TASKS + HARD_TASKS