blob: f3a8390af8c75a7e2db6e1337556f5fc723e0c2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/env python
#
# Copyright 2011 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
#
from .lfsr import lfsr_args
|