Bootstrap cleanup

This commit is contained in:
Leo Vasanko
2025-08-06 23:56:13 -06:00
parent f050dfb3f2
commit 07f5cf84fc
4 changed files with 28 additions and 89 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
from .bootstrap import bootstrap_if_needed, force_bootstrap
from .sansio import Passkey
__all__ = ["Passkey", "bootstrap_if_needed", "force_bootstrap"]
__all__ = ["Passkey"]