浏览代码

Add danger types

main
Noëlle 1年前
父节点
当前提交
6cc9941628
找不到此签名对应的密钥
共有 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



正在加载...
取消
保存