Implementation of Logger and Finishes DiceInterface Tests

This commit is contained in:
2023-04-27 03:48:23 -03:00
parent 420b36b872
commit f1deff4786
8 changed files with 517 additions and 26 deletions

9
.gitignore vendored
View File

@@ -4,3 +4,12 @@ __pycache__/
*.py[cod]
*$py.class
.vscode/settings.json
*.ljc
*.log
*.log.backup
simfiles/*
.vscode/*
.idea/*