'''Vultr cloud API client library'''
from .vultr import Vultr
from .utils import VultrError

assert Vultr
assert VultrError
