aboutsummaryrefslogtreecommitdiffstats
path: root/grc/__main__.py
blob: 237b216dedb19640082edac1ea3d4777afd4c35e (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Free Software Foundation, Inc.
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-2.0-or-later
#

from .main import main

main()