import(Rcpp,methods)
useDynLib(RcppBDT)

exportPattern("^[[:alpha:]]+")
exportMethods( "format", "show" )

