Sign in
apache
/
libcloud
/
refs/heads/github_actions_wip
/
.
/
docs
/
examples
/
dns
/
nfsn
/
instantiate_driver.py
blob: 60d9b0ec7843a6e2567b8c3be8c79ce28dfce579 [
file
]
from
libcloud
.
dns
.
types
import
Provider
from
libcloud
.
dns
.
providers
import
get_driver
cls
=
get_driver
(
Provider
.
NFSN
)
driver
=
cls
(
'<account name>'
,
'<api key>'
)