7 lines
88 B
Python
7 lines
88 B
Python
# -*- coding: UTF-8 -*-
|
|
|
|
import sys
|
|
|
|
this = sys.modules[__name__]
|
|
this.VERSION = "0.01"
|