mirror of
https://github.com/micahflee/TM-SGNL-iOS.git
synced 2025-07-08 03:45:41 +00:00
5 lines
136 B
Python
Executable file
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")
|