This commit is contained in:
Egor Matveev 2022-03-24 23:48:04 +03:00
parent 3c7e5fb7b8
commit 2d7dd10c0e

View File

@ -2,7 +2,7 @@ from os import listdir
from os.path import join, exists from os.path import join, exists
from subprocess import call, TimeoutExpired from subprocess import call, TimeoutExpired
from language import * from SprintLib.language import *
from requests import get from requests import get