Arquivos
yewtube/mps_youtube/__init__.py
T
2022-02-06 15:07:51 +05:00

10 linhas
217 B
Python

__version__ = "1.1.1"
__notes__ = "released on 06 Feb 2022"
__author__ = "iamtalhaasghar"
__license__ = "GPLv3"
__url__ = "https://github.com/iamtalhaasghar/yewtube"
from . import init
init.init()
from . import main