from chimerax import app_dirs_unversioned
import os.path
print(os.path.join(app_dirs_unversioned.user_data_dir, "commands"))
