print("import: 'absl'")
import absl

print("import: 'absl.flags'")
import absl.flags

