A non-functional draft, saving to allow reverts.

This commit is contained in:
Leo Vasanko
2025-07-03 17:02:49 -06:00
commit 58f7ac61db
13 changed files with 1093 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env python3
"""
Development server runner
"""
if __name__ == "__main__":
from passkeyauth.main import main
main()