TM-SGNL-iOS/Scripts/feature_flags_production.py
TeleMessage developers dde0620daf initial commit
2025-05-03 12:28:28 -07:00

5 lines
136 B
Python
Executable file

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