Создайте профиль
profile = systemcomposer.createProfile(profileName)
создает новый объект профиля типа profile
= systemcomposer.createProfile(profileName
)systemcomposer.profile.Profile
настраивать набор стереотипов. Чтобы сохранить профиль в различной директории, введите profile.save(‘my/New/File/Path/’)
.
systemcomposer.createProfile('new_profile') profile = systemcomposer.createProfile('new_profile')