#!/usr/bin/env python3 def main(): print("Hello from torch-universal!") if __name__ == "__main__": main()