Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def PlotLossesTensorFlowKeras(*args, **kwargs):
warnings.warn("New and deprecated at the same time!\nFrom v0.3 onwards, use:\nfrom livelossplot.tf_keras import PlotLossesCallback", DeprecationWarning)
from .tf_keras import PlotLossesCallback
return PlotLossesCallback(*args, **kwargs)