Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
intovii committed Feb 4, 2023
2 parents 44f8ed7 + 8adc0a7 commit 24083f5
Show file tree
Hide file tree
Showing 7 changed files with 1,647 additions and 174 deletions.
5 changes: 4 additions & 1 deletion Enum_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ class Flags(Enum):
Test_8 = 9
Test_9 = 10
Test_10 = 11

Composition_1 = 23
Composition_2 = 24
Composition_3 = 25
Composition_4 = 26

class Steps(Enum):
NONE = 0
Binary file modified __pycache__/Enum_classes.cpython-311.pyc
Binary file not shown.
Binary file modified __pycache__/config.cpython-311.pyc
Binary file not shown.
Binary file modified __pycache__/texts.cpython-311.pyc
Binary file not shown.
Binary file modified db.db
Binary file not shown.
1,405 changes: 1,344 additions & 61 deletions main.py

Large diffs are not rendered by default.

411 changes: 299 additions & 112 deletions texts.py

Large diffs are not rendered by default.

0 comments on commit 24083f5

Please sign in to comment.