Spaces:
Sleeping
Sleeping
File size: 219 Bytes
4bde500 | 1 2 3 4 5 6 7 8 9 | """Compatibility wrapper exposing the main environment class under server/."""
try:
from ..env import PharmaVigilanceEnv
except ImportError:
from env import PharmaVigilanceEnv
__all__ = ["PharmaVigilanceEnv"]
|