File: __init__.py

package info (click to toggle)
python-vultr 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 1,004; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download
1
2
3
4
5
6
'''Vultr cloud API client library'''
from .vultr import Vultr
from .utils import VultrError

assert Vultr
assert VultrError