A lot of cleanup, restructuring project directory.

This commit is contained in:
Leo Vasanko
2025-07-14 11:54:04 -06:00
parent 1c79132e22
commit 3567b7802b
21 changed files with 497 additions and 483 deletions

3
passkey/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .sansio import Passkey
__all__ = ["Passkey"]