重新格式化所有的代码,并且导入需要的内容

This commit is contained in:
YuCheng Hu
2021-03-05 16:20:33 -05:00
parent 4378401bbf
commit 27e4ac217a
7 changed files with 75 additions and 0 deletions
View File
+7
View File
@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
import sys
import os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
import sample