blob: 2695e86abfd4165e84f1f31a5318e8c467a23efd [file] [log] [blame]
Neels Hofmeyr726b58d2017-10-15 03:01:09 +02001#!/usr/bin/env python3
2#
3# (C) 2017 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>
4# All rights reserved.
5#
6# Author: Neels Hofmeyr <nhofmeyr@sysmocom.de>
7#
8# This program is free software: you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation, either version 3 of the License, or
11# (at your option) any later version.
12#
13# This program is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16# GNU General Public License for more details.
17#
18# You should have received a copy of the GNU General Public License
19# along with this program. If not, see <http://www.gnu.org/licenses/>.
20
Neels Hofmeyr56aa4782017-12-19 14:12:16 +010021from osmopy.osmo_interact.vty import main_verify_transcript_vty
Neels Hofmeyr726b58d2017-10-15 03:01:09 +020022
Neels Hofmeyr56aa4782017-12-19 14:12:16 +010023main_verify_transcript_vty()
Neels Hofmeyr726b58d2017-10-15 03:01:09 +020024
25# vim: tabstop=4 shiftwidth=4 expandtab nocin ai