6 lines
172 B
Python
6 lines
172 B
Python
|
import os, sys
|
||
|
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'sphinx_extensions'))
|
||
|
|
||
|
from dfhack.changelog import cli_entrypoint
|
||
|
cli_entrypoint()
|