__init__.py 184 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 # -*- coding: utf-8 -*- # @Time : 2021/9/29 14:05 # @Author : Ljq # @File : __init__.py # @Software: PyCharm """ """ import os,sys sys.path.append(os.path.dirname(__file__))