mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-29 22:23:12 -06:00
8 lines
118 B
Python
8 lines
118 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
name = 'TWBlue'
|
||
|
snapshot = False
|
||
|
if snapshot == False:
|
||
|
version = "0.51"
|
||
|
else:
|
||
|
version = "7"
|