Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NARKOZ/hacker-scripts
/ get_dotenv
Function
get_dotenv
python3/hackerutils.py:10–11 ·
view source on GitHub ↗
(filename='.env')
Source
from the content-addressed store, hash-verified
8
9
10
def
get_dotenv(filename=
'.env'
):
11
return
Dotenv(str(pathlib.Path(__file__).parent / filename))
12
13
14
def
sh(*args):
Callers
3
kumar_asshole.py
File · 0.90
hangover.py
File · 0.90
smack_my_bitch_up.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected