new file: __pycache__/config.cpython-313.pyc new file: _type_code.py new file: config.py new file: connectAS.py new file: msnet/Microsoft.AnalysisServices.AdomdClient.dll new file: msnet/Microsoft.AnalysisServices.DLL new file: msnet/Microsoft.AnalysisServices.Tabular.DLL new file: test.ipynb
6 lines
159 B
Python
6 lines
159 B
Python
import os
|
|
|
|
# 获取当前文件所在的文件夹路径
|
|
CURRENT_DIR_PATH = os.path.dirname(os.path.abspath(__file__))
|
|
# MS.NET包的路径
|
|
NET_FOLDER = "msnet" |