Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DocSA
/
private-healthcare-ops-agent
like
0
Sleeping
App
Files
Files
Community
281c133
private-healthcare-ops-agent
/
tests
/
__init__.py
docsa_HD
add .env
2929135
28 days ago
raw
Copy download link
history
blame
Safe
158 Bytes
# tests/__init__.py
import
os
import
sys
# Add project root to Python path
sys.path.insert(
0
, os.path.abspath(os.path.join(os.path.dirname(__file__),
'..'
)))