Add back beartype (#3967)

### What problem does this PR solve?

Add back beartype

### Type of change

- [x] Refactoring
This commit is contained in:
Zhichang Yu
2024-12-10 18:43:43 +08:00
committed by GitHub
parent 3d76f10a91
commit 9a6d976252
6 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,2 @@
from beartype.claw import beartype_this_package
beartype_this_package()