<source lang="python">
# Python module imports.
import os, stat
# relax module imports.
from specific_analyses.model_free.model import determine_model_type
# Read the state with the setup
# dasha.create(algor='LM', dir=None, force=False)
model_type = determine_model_type()
print(model_type)
# Define write out