Kaynağa Gözat

Add danger types

main
Noëlle 1 yıl önce
ebeveyn
işleme
6cc9941628
Veri tabanında bu imza için bilinen anahtar bulunamadı
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3
    2
      swjg.py

+ 3
- 2
swjg.py Dosyayı Görüntüle

@@ -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


Loading…
İptal
Kaydet