mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 17:48:51 +00:00
4 lines
97 B
Python
Executable File
4 lines
97 B
Python
Executable File
import os
|
|
def here(x):
|
|
return os.path.join(os.path.abspath(os.path.dirname(__file__)), x)
|