Why i can not transform a tf.flags to torch type?

import tensorflow as tf

flags = tf.flags

i don’t want to install tensorflow

tf.flags seem be define TensorFlow-specific flags and since it’s defined by TF you would need to install it in order to use it.
However, which flag would you like to use specifically?