mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-14 10:52:49 +00:00
6 lines
76 B
Python
6 lines
76 B
Python
from pathlib import Path
|
|
|
|
|
|
def get_path():
|
|
return Path(__file__).parent
|