#!/usr/bin/env python
import os

path = os.path.dirname(os.path.realpath(__file__))
print("This is an old version of Teradata ModelOps utility, it's working for now, but consider using tmo instead of aoa")
exec(open(f"{path}/tmo").read())
