Small script to start the program as usual after changes to structure.

v0.0.5
pull/12/head v0.0.5
Rune B. Broberg 2019-09-04 20:34:02 +02:00
rodzic f5c73a9774
commit 32720c937b
1 zmienionych plików z 20 dodań i 0 usunięć

20
nanovna-saver.py 100644
Wyświetl plik

@ -0,0 +1,20 @@
# NanoVNASaver - a python program to view and export Touchstone data from a NanoVNA
# Copyright (C) 2019. Rune B. Broberg
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
from NanoVNASaver.__main__ import main
if __name__ == '__main__':
main()