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