Создана общая структура библиотеки

This commit is contained in:
2022-09-27 18:10:19 +03:00
parent 26747eeae8
commit e5768a6239
4 changed files with 69 additions and 0 deletions
View File
+11
View File
@@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
__title__ = 'anixart'
__description__ = 'Wrapper for using the Anixart API.'
__url__ = 'https://github.com/SantaSpeen/anixart'
__version__ = '0.1'
__build__ = 1
__author__ = 'Maxim Khomutov'
__author_email__ = 'SantaSpeen@gmail.com'
__license__ = "FPA"
__copyright__ = 'Copyright 2022 Maxim Khomutov'