package babillard

type Config struct {
	ServerContenuDir string
	ServerPort       int
}