mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-07-29 11:20:10 +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()
|