feat: implement governed wiki vertical slice
Module Package Release / publish-packages (push) Successful in 12s
Module Package Release / publish-packages (push) Successful in 12s
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
"""Wiki persistence models."""
|
||||
|
||||
from govoplan_wiki.backend.db.models import (
|
||||
WikiComment,
|
||||
WikiPage,
|
||||
WikiPageRevision,
|
||||
WikiSpace,
|
||||
WikiSpaceHistory,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"WikiComment",
|
||||
"WikiPage",
|
||||
"WikiPageRevision",
|
||||
"WikiSpace",
|
||||
"WikiSpaceHistory",
|
||||
]
|
||||
Reference in New Issue
Block a user