Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:16:07

0001 config = {
0002     "PYROBIRD_DOWNLOAD_IS_DISABLED": True,
0003     "PYROBIRD_DOWNLOAD_IS_UNRESTRICTED": False,
0004     "PYROBIRD_CORS_IS_ALLOWED": True
0005 }
0006 
0007 from pyrobird.server import flask_app as application
0008 
0009 application.config.from_mapping(config)