mirror of
https://github.com/evilhero/mylar
synced 2024-12-23 00:02:38 +00:00
10 lines
150 B
Python
10 lines
150 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
from __future__ import (
|
||
|
print_function,
|
||
|
division,
|
||
|
unicode_literals,
|
||
|
absolute_import
|
||
|
)
|
||
|
|
||
|
__version__ = '5.3.0'
|