4 lines
76 B
Python
4 lines
76 B
Python
from appdirs import user_data_dir
|
|
|
|
print(user_data_dir("GitRepoSetup", ""))
|