first commit

This commit is contained in:
ayxan
2022-08-19 00:15:58 +04:00
commit 6b2e6effe5
11 changed files with 117 additions and 0 deletions

3
accepted/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .accepted_easy import AcceptedEasy
from .accepted_medium import AcceptedMedium
from .accepted_hard import AcceptedHard