2018-09-22 01:53:47 +03:00
|
|
|
#!/usr/bin/env python
|
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
|
|
__author__ = "R4SAS <r4sas@i2pmail.org>"
|
2023-02-23 07:41:53 +00:00
|
|
|
__version__ = "0.3.5"
|
2018-09-22 01:53:47 +03:00
|
|
|
__copyright__ = "Copyright (c) R4SAS"
|
2019-05-31 12:00:28 +00:00
|
|
|
__license__ = "MIT"
|