-
Notifications
You must be signed in to change notification settings - Fork 3
/
constants.py
18 lines (16 loc) · 1.43 KB
/
constants.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/python
#==============================================================================================================#
# #
# constants -- this file will contain constant values used by the program #
# #
# Copyright (C) 2023 Mike Pate - K5MAP #
# #
# 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 2 of the License, or #
# (at your option) any later version. #
# #
#==============================================================================================================#
__version__ = '0.4.5'
SOFTWARE_NAME = "k5map-python"
CFG_FILE = "BalloonTelemetry.cfg"