1#!/usr/bin/env python3 2import feature_flags_common 3 4if __name__ == "__main__": 5 feature_flags_common.set_feature_flags("beta") 6 7