A non-functional draft, saving to allow reverts.

This commit is contained in:
2025-07-04 05:01:41 +00:00
commit a6e80ffcb5
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()