mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-23 10:10:21 +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)
|