mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-07-13 17:43:42 +08:00
6 lines
122 B
Python
6 lines
122 B
Python
import os
|
|
|
|
if os.environ.get("BEARTYPE"):
|
|
from beartype.claw import beartype_this_package
|
|
beartype_this_package()
|