Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MisterBooo/LeetCodeAnimation
/ get_md_template_path
Function
get_md_template_path
tools/anima/base.py:13–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
12
13
def
get_md_template_path() -> Path:
14
script_path = os.path.realpath(__file__)
15
repo_path = Path(script_path).parents[2]
16
return
repo_path /
'tools'
/
'template'
/
'template.md'
Callers
1
create_solution
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected