7 lines
96 B
Python
7 lines
96 B
Python
import pathlib
|
|
|
|
|
|
__name__ = "$REPO_NAME_SNAKE"
|
|
__folder__ = str(pathlib.Path(__file__).parent)
|
|
|