#!/usr/bin/env python3 """ Development server runner """ if __name__ == "__main__": from passkeyauth.main import main main()