10 linhas
217 B
Python
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
|