From ff361819f93a98d9d07e2ae99b556890cb5a6968 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 11 Mar 2021 12:30:23 -0500 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BC=96=E7=A0=81=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/FileWith.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/FileWith.py b/tests/FileWith.py index 221189c..93e7efb 100644 --- a/tests/FileWith.py +++ b/tests/FileWith.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Python script to Read file from JSON and convert to YAML # Author - HoneyMoose (https://www.ossez.com)