t2m / main.py
thanhkt's picture
implement core api
50a7bf0
def main():
print("Hello from t2m!")
if __name__ == "__main__":
main()