#' \pkg{Python} Style Package Importing
#'
#' \pkg{Python} style packages importing using the common forms of:
#' \code{import PACKAGE}, \code{import PACKAGE as ALIAS}, or
#' \code{from PACKAGE import FUN1, FUN2, FUN_N}.
#' @docType package
#' @name pysty
#' @aliases pysty package-pysty
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.