summaryrefslogtreecommitdiff
path: root/factory/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'factory/__init__.py')
-rw-r--r--factory/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/factory/__init__.py b/factory/__init__.py
index b673162..7f40d6f 100644
--- a/factory/__init__.py
+++ b/factory/__init__.py
@@ -46,10 +46,13 @@ from declarations import (
LazyAttribute,
Sequence,
LazyAttributeSequence,
+ SelfAttribute,
+ LazyContainerAttribute,
SubFactory,
lazy_attribute,
sequence,
lazy_attribute_sequence,
+ lazy_container_attribute,
)