def load_template(template): """ Try to read a file from a given path, if file does not exist, load default one. """ file = None try: if template: with ...
確定! 回上一頁