diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-12 12:33:24 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-12 12:33:24 -0400 |
commit | 447a222b57e498f7904033c59e68d21d6a246abd (patch) | |
tree | e756845a971729758ba091474322fd722d44e0ec /apworld/locations.py | |
parent | 4e56e7681c0769dd247c0512a682a067426436bc (diff) | |
download | lingo2-archipelago-447a222b57e498f7904033c59e68d21d6a246abd.tar.gz lingo2-archipelago-447a222b57e498f7904033c59e68d21d6a246abd.tar.bz2 lingo2-archipelago-447a222b57e498f7904033c59e68d21d6a246abd.zip |
Items and connections in the apworld
Diffstat (limited to 'apworld/locations.py')
-rw-r--r-- | apworld/locations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apworld/locations.py b/apworld/locations.py index 818be39..108decb 100644 --- a/apworld/locations.py +++ b/apworld/locations.py | |||
@@ -2,4 +2,4 @@ from BaseClasses import Location | |||
2 | 2 | ||
3 | 3 | ||
4 | class Lingo2Location(Location): | 4 | class Lingo2Location(Location): |
5 | game: str = "Lingo 2" \ No newline at end of file | 5 | game: str = "Lingo 2" |