Sign in
apache
/
libcloud
/
refs/heads/github_actions_wip
/
.
/
docs
/
examples
/
compute
/
profitbricks
/
instantiate_driver.py
blob: 059613aa73935d9658f264c97e8df2729dc6bed7 [
file
]
from
libcloud
.
compute
.
types
import
Provider
from
libcloud
.
compute
.
providers
import
get_driver
cls
=
get_driver
(
Provider
.
PROFIT_BRICKS
)
driver
=
cls
(
'username'
,
'password'
)