MCPcopy
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
10def get_dotenv(filename='.env'):
11 return Dotenv(str(pathlib.Path(__file__).parent / filename))
12
13
14def sh(*args):

Callers 3

kumar_asshole.pyFile · 0.90
hangover.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected