#!/usr/bin/env php
<?php

$bootstrapFile = __DIR__ . DIRECTORY_SEPARATOR . "bootstrap.php";
require __DIR__ . "/vendor/thelia/core/Thelia";
