Simulated Coffee Machine with OOP!

Add GIF demo
This commit is contained in:
rzmk 2021-08-06 18:01:35 -04:00
parent 2cb3f14710
commit f462cc5ae0
9 changed files with 167 additions and 2 deletions

9
.gitignore vendored
View file

@ -1 +1,8 @@
.vscode
# Ignore Markdown formatting being inconsistent with markdownlint
.prettierignore
# Ignore virtual environments
venv
# Ignore random cache
__pycache__