mirror of
https://github.com/facebookresearch/blt.git
synced 2025-04-17 07:09:09 +00:00
3 lines
96 B
Python
3 lines
96 B
Python
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
class ByteLatentError(Exception):
|
|
pass
|