Spaces:
Build error
Build error
File size: 161 Bytes
c29f1fd | 1 2 3 4 5 6 | """PyTorch-backed model wrappers for the analyzer platform."""
from .pytorch_model import PyTorchCodeAnalyzerModel
__all__ = ["PyTorchCodeAnalyzerModel"]
|