about summary refs log tree commit diff stats
path: root/apworld/locations.py
blob: 3d619dc228aad46eba3f45b3fe80dbed9cbcc785 (plain) (blame)
1
2
3
4
5
6
7
8
from BaseClasses import Location


class Lingo2Location(Location):
    game: str = "Lingo 2"

    port_id: int
    goal: bool