Ver código fonte

Add danger types

main
Noëlle 1 ano atrás
pai
commit
6cc9941628
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3
    2
      swjg.py

+ 3
- 2
swjg.py Ver arquivo

@@ -48,6 +48,9 @@ class Destination(NamedTuple):
sector: str | None


# Class definitions


class Mission:
output_destination_template = Template("to $world in the $system system")
output_sector_template = Template(", part of the $sector,")
@@ -191,8 +194,6 @@ class GroupMission(Mission):


# the function that does the thing


def main():
import random


Carregando…
Cancelar
Salvar