- title "Streams" %table#entries %tr %th Title %th Date created %th - @streams.each do |stream| %tr{ class: cycle("even", "odd") } %td= stream.title %td= stream.created_at.strftime("%B %d, %Y, %l:%M%P") %td %ul.admin-actions %li= link_to "Edit", edit_admin_stream_url(stream) %li= link_to "Add Update", new_admin_stream_update_url(stream) go2-archipelago Git repository'/>
about summary refs log tree commit diff stats
path: root/apworld/locations.py
blob: 108decb845a6dfd04f05648a96ee670cf56ddd0a (plain) (blame)
1
2
3
4
5
from BaseClasses import Location


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