From 447a222b57e498f7904033c59e68d21d6a246abd Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 12 Aug 2025 12:33:24 -0400 Subject: Items and connections in the apworld --- apworld/items.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apworld/items.py (limited to 'apworld/items.py') 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 @@ +from BaseClasses import Item + + +class Lingo2Item(Item): + game: str = "Lingo 2" -- cgit 1.4.1