2013-09-24 27 views

回答

3

當您想調用該模塊中的create函數時,只需導入模塊並調用create函數。

import route53 
conn = .... # init connection here 
route53.create(conn, "test.com") 
相關問題