Skip to content

Commit 984d9d7

Browse files
authored
Update README.md
Documented the use of the ABC module in src/ingame/objects.py.
1 parent d62332b commit 984d9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Simple `tkinter` window with key event binding:
105105
## 🛠️ Development Notes
106106

107107
Written in Python 3.10+
108-
Uses `tkinter`, `Enum`, and `inspect`.
108+
Uses `tkinter`, `Enum`, `abc`, and `inspect`.
109109

110110
---
111111

0 commit comments

Comments
 (0)