AgentReview / agentreview /__init__.py
USTC975's picture
create the app
43c34cc
raw
history blame contribute delete
186 Bytes
import os
ROOT_DIR = (
os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)) + os.path.sep
)
EXAMPLES_DIR = os.path.join(ROOT_DIR, "examples")
__version__ = "0.1.16"