Skip to content
Snippets Groups Projects
Commit 928cc0f6 authored by Kien Le's avatar Kien Le
Browse files

Moved software version constant to top

parent cda69ade
No related branches found
No related tags found
No related merge requests found
from typing import Literal
# The current version of SOHStationViewer
SOFTWARE_VERSION = '2023.1.0.0'
# waveform pattern
WF_1ST = 'A-HLM-V'
WF_2ND = 'HLN'
......@@ -57,9 +60,6 @@ CONFIG_PATH = 'sohstationviewer/conf/read_settings.ini'
# dpi in dialog
IMG_FORMAT = ['PNG', 'PDF', 'EPS', 'SVG']
# The current version of SOHStationViewer
SOFTWARE_VERSION = '2023.1.0.0'
# ================================================================= #
# PLOTTING CONSTANT
# ================================================================= #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment