Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ setup_path
Function
setup_path
src/cmd/email_worker.py:6–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
6
def
setup_path() -> None:
7
script_dir = Path(__file__).parent.absolute()
8
project_root = script_dir.parent.parent
9
sys.path.insert(0, str(project_root))
10
11
12
setup_path()
Callers
1
email_worker.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected