Explorar el Código

Add danger types

main
Noëlle hace 2 años
padre
commit
6cc9941628
No se encontró ninguna clave conocida en la base de datos para esta firma
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3
    2
      swjg.py

+ 3
- 2
swjg.py Ver fichero

sector: str | None sector: str | None




# Class definitions


class Mission: class Mission:
output_destination_template = Template("to $world in the $system system") output_destination_template = Template("to $world in the $system system")
output_sector_template = Template(", part of the $sector,") output_sector_template = Template(", part of the $sector,")




# the function that does the thing # the function that does the thing


def main(): def main():
import random import random



Cargando…
Cancelar
Guardar