From 56ef2316e490d42022f3f2c9619a33990b7bdc3e Mon Sep 17 00:00:00 2001 From: jsaura Date: Tue, 9 Aug 2022 13:18:35 +0200 Subject: [PATCH] ConfigurationSequence from stock.py added to init. This commit refs #23899. --- __init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__init__.py b/__init__.py index 0a53242..c8dc43b 100644 --- a/__init__.py +++ b/__init__.py @@ -18,6 +18,7 @@ def register(): party.Party, party.PartyIdentifier, stock.Configuration, + stock.ConfigurationSequence, stock.ConfigurationEDIOutputPath, product.Template, product.Product,