mirror of
https://github.com/micahflee/TM-SGNL-iOS.git
synced 2025-07-10 04:45:43 +00:00
10 lines
160 B
Python
Executable file
10 lines
160 B
Python
Executable file
#!/usr/bin/env python3
|
|
import feature_flags_common
|
|
|
|
|
|
def main():
|
|
feature_flags_common.set_feature_flags("internal")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|