%reset -f
# Libs
import tensorflow as tf
from tensorflow.keras import *
from tensorflow.keras.layers import *
from tensorflow.keras.activations import *
from tensorflow.keras.models import *
from tensorflow.keras.callbacks import *
# PROGRAMME ENTRY POINT
print("TensorFlow version:",tf.__version__)
# EOF