package Tools

func InternalCommPassword() (pwd string) {
	pwd = internalCommPassword
	return
}