6 lines
136 B
Python
Executable File
6 lines
136 B
Python
Executable File
#!/usr/bin/env python
|
|
import feature_flags_common
|
|
|
|
if __name__ == '__main__':
|
|
feature_flags_common.set_feature_flags('openPreview')
|