<?php
/**
* Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
* See https://www.x-cart.com/license-agreement.html for license details.
*/
namespace XC\UPS;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class UPSBundle extends Bundle
{
}