Noëlle 2 роки тому
джерело
коміт
6cc9941628
Не вдалося знайти GPG ключ що відповідає даному підпису
1 змінених файлів з 3 додано та 2 видалено
  1. 3
    2
      swjg.py

+ 3
- 2
swjg.py Переглянути файл

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



Завантаження…
Відмінити
Зберегти