DriverTrac/venv/lib/python3.12/site-packages/triton/errors.py
2025-11-28 09:08:33 +05:30

6 lines
89 B
Python

"""Base class for all errors raised by Triton"""
class TritonError(Exception):
...