diff options
Diffstat (limited to 'apworld/locations.py')
| -rw-r--r-- | apworld/locations.py | 5 |
1 files changed, 5 insertions, 0 deletions
| diff --git a/apworld/locations.py b/apworld/locations.py new file mode 100644 index 0000000..818be39 --- /dev/null +++ b/apworld/locations.py | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | from BaseClasses import Location | ||
| 2 | |||
| 3 | |||
| 4 | class Lingo2Location(Location): | ||
| 5 | game: str = "Lingo 2" \ No newline at end of file | ||
