File size: 174 Bytes
079c32c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import warnings

try:
    from .gfootball_env import GfootballEnv
except ImportError:
    warnings.warn("not found gfootball env, please install it")
    GfootballEnv = None