betty.project.factory module¶ Functionality for creating new instances of types that depend on betty.project.Project. class betty.project.factory.ProjectDependentFactory[source]¶ Bases: ABC Allow this type to be instantiated using a betty.project.Project. abstract async classmethod new_for_project(project: Project) → Self[source]¶ Create a new instance using the given project.