""" TinyTorch CLI Package A professional command-line interface for the TinyTorch ML system. Organized with clean separation of concerns and proper error handling. """ __version__ = "0.1.0" __author__ = "TinyTorch Team"