useDynLib(spt, .registration = TRUE, .fixes = "F_")
export(.sptConnect)
##export everything that does not start with a .
exportPattern("^[^\\.]")
##importFrom(stats, dnorm, quantile, var)
