Python Feature Flags A simple Flask application to demonstrate the usage of Feature Flags. To run: pip install -r requirements.txt FLAGSMITH_KEY=<your key> flask --app main run