tools/progver.py

7 lines
88 B
Python

# -*- coding: UTF-8 -*-
import sys
this = sys.modules[__name__]
this.VERSION = "0.01"