gatelogue_types.Connection

class gatelogue_types.Connection(line: ID, direction: Direction | None = None)

Bases: Struct

__init__()

Methods

NS()

__init__()

Attributes

direction

Direction information

line

Reference to or ID of the line that the connection is made on

classmethod NS()
direction: Direction | None

Direction information

line: ID

Reference to or ID of the line that the connection is made on