#!/usr/bin/env python3 import feature_flags_common def main(): feature_flags_common.set_feature_flags("internal") if __name__ == "__main__": main()