From b1c6c0652a05295839d44ac2aef788ccc67c9b9b Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Mon, 26 Aug 2024 13:58:14 -0700 Subject: [PATCH] Export Doctype in the module --- bikeshed/doctypes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bikeshed/doctypes/__init__.py b/bikeshed/doctypes/__init__.py index 56ce75a303..e845d6cdc0 100644 --- a/bikeshed/doctypes/__init__.py +++ b/bikeshed/doctypes/__init__.py @@ -1 +1 @@ -from .manager import NIL_GROUP, NIL_ORG, NIL_STATUS, DoctypeManager, Group, Org, Status +from .manager import NIL_GROUP, NIL_ORG, NIL_STATUS, Doctype, DoctypeManager, Group, Org, Status