mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-12-25 06:26:57 +00:00
6 lines
76 B
Python
6 lines
76 B
Python
from pathlib import Path
|
|
|
|
|
|
def get_path():
|
|
return Path(__file__).parent
|