# terrascript/provider/ovh.py
import terrascript
class ovh(terrascript.Provider):
pass
__all__ = ["ovh"]