#!/usr/bin/perl

use strict;

use lib '/app/tools/common/lib';
use Common::Deploy::SwitchBranch;

Common::Deploy::SwitchBranch->start();
