Skip to content

Commit b25898a

Browse files
committed
Refactor clash of code module and add get_question, play_test_cases and submit
1 parent a4f585f commit b25898a

File tree

6 files changed

+536
-160
lines changed

6 files changed

+536
-160
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
from .clash_of_code import ClashOfCode, Solution, TestCaseResult
2+
from .player import Player
3+
from .question import Contribution, Question, TestCase
4+
5+
__all__ = (
6+
"ClashOfCode",
7+
"Contribution",
8+
"Player",
9+
"Question",
10+
"TestCase",
11+
"TestCaseResult",
12+
"Solution",
13+
)

0 commit comments

Comments
 (0)