Initial bootstrap to add admin user

This commit is contained in:
Leo Vasanko
2025-08-06 12:16:37 -06:00
parent f96668b135
commit 5a129220aa
4 changed files with 261 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
from .bootstrap import bootstrap_if_needed, force_bootstrap
from .sansio import Passkey
__all__ = ["Passkey"]
__all__ = ["Passkey", "bootstrap_if_needed", "force_bootstrap"]