Archipelago/worlds/ladx/LADXR/locations/song.py

6 lines
75 B
Python

from .droppedKey import DroppedKey
class Song(DroppedKey):
pass