1
0

index.py 173 B

123456
  1. from simple_magnet2direct import app
  2. # Vercel expects the WSGI application to be called 'app'
  3. # This is the entry point for Vercel
  4. if __name__ == "__main__":
  5. app.run()