5 lines
85 B
Python
5 lines
85 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
__version__ = '1.7'
|