__init__.py 231 字节
Newer Older
W
credit  
wizardforcel 已提交
1 2 3 4 5 6 7 8 9
#!/usr/bin/env python3.7
# -*- coding: utf-8 -*-

"""BiliDriveEx 哔哩哔哩云 Ex
https://github.com/apachecn/BiliDriveEx"""

__author__ = "ApacheCN"
__email__ = "apachecn@163.com"
__license__ = "SATA"
W
wizardforcel 已提交
10
__version__ = "2020.03.08"