Создайте профиль
profile = systemcomposer.createProfile(profileName,dirPath)
создает новый объект профиля типа profile
= systemcomposer.createProfile(profileName
,dirPath
)systemcomposer.profile.Profile
устанавливать набор стереотипов. Дополнительный dirPath
аргумент задает директорию, в которой должен быть создан профиль.
systemcomposer.createProfile('new_profile') profile = systemcomposer.createProfile('new_profile')