Zakládání řešení zadáváním bodů
All threads resolved!
All threads resolved!
Compare changes
- Martin Mareš authored
+ 155
− 2
@@ -2,6 +2,8 @@ from dataclasses import dataclass
@@ -17,6 +19,7 @@ class ImportType(db.MOEnum):
@@ -26,6 +29,7 @@ import_type_names = {
@@ -37,6 +41,7 @@ class Import:
@@ -45,6 +50,7 @@ class Import:
@@ -76,6 +82,15 @@ class Import:
@@ -187,6 +202,20 @@ class Import:
@@ -287,11 +316,24 @@ class Import:
@@ -362,6 +404,7 @@ class Import:
@@ -541,7 +584,114 @@ class JudgeImport(Import):
@@ -549,12 +699,15 @@ def create_import(user: db.User, type: ImportType, fmt: FileFormat, round: Optio