Initial bootstrap to add admin user

This commit is contained in:
2025-08-07 00:16:37 +00:00
parent 039613a8b3
commit 0578706bdf
4 changed files with 261 additions and 1 deletions
+2 -1
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"]