class LoadoutEditor: def __init__(self, profile_path): self.profile_path = profile_path self.loadouts = self.load_loadouts()