PBinCLI/pbincli/__init__.py

8 lines
170 B
Python
Raw Normal View History

#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = "R4SAS <r4sas@i2pmail.org>"
__version__ = "0.2.2b1"
__copyright__ = "Copyright (c) R4SAS"
2019-05-31 12:00:28 +00:00
__license__ = "MIT"