diff options
Diffstat (limited to 'apworld/items.py')
-rw-r--r-- | apworld/items.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apworld/items.py b/apworld/items.py new file mode 100644 index 0000000..971a709 --- /dev/null +++ b/apworld/items.py | |||
@@ -0,0 +1,5 @@ | |||
1 | from BaseClasses import Item | ||
2 | |||
3 | |||
4 | class Lingo2Item(Item): | ||
5 | game: str = "Lingo 2" | ||