|
BonPrinter v1.2.0
Thermal Printer tool
|
Functions | |
| bool | running_as_exe () |
| Check if we are currently running as an executable or directly in Python. | |
Variables | |
| Optional | GIT_SHORT_SHA = None |
| bool | PRERELEASE_BUILD = False |
| int | VERSION_BUILD = 0 |
| int | VERSION_MAJOR = 1 |
| int | VERSION_MINOR = 2 |
| int | VERSION_PATCH = 0 |
| bool running_as_exe | ( | ) |
Check if we are currently running as an executable or directly in Python.
Definition at line 36 of file version.py.
| GIT_SHORT_SHA = None |
Definition at line 45 of file version.py.
| bool PRERELEASE_BUILD = False |
Definition at line 27 of file version.py.
| int VERSION_BUILD = 0 |
Definition at line 15 of file version.py.
| int VERSION_MAJOR = 1 |
Definition at line 12 of file version.py.
| int VERSION_MINOR = 2 |
Definition at line 13 of file version.py.
| int VERSION_PATCH = 0 |
Definition at line 14 of file version.py.