파이썬 텐서플로우 2.0버전, 1버전 같이 쓰는 방법

import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()