FreeCAD

Форк
0
30 строк · 758.0 Байт
1
# -*- coding: utf-8 -*-
2

3
__Title__ = 'Do Nothing'
4
__Author__ = 'Chris Hennes'
5
__Version__ = '1.0'
6
__Date__ = '2022-02-28'
7
__Comment__ = 'Do absolutely nothing. For Addon Manager integration tests.'
8
__Web__ = 'https://github.com/FreeCAD/FreeCAD'
9
__Wiki__ = ''
10
__Icon__ = 'not_real.png'
11
__Help__ = 'Not much to help with'
12
__Status__ = 'Very Stable'
13
__Requires__ = ''
14
__Communication__ = 'Shout into the void'
15
__Files__ = 'file1.py, file2.py, file3.py'
16
__Xpm__ = """/* XPM */
17
static char * blarg_xpm[] = {
18
"16 7 2 1",
19
"* c #000000",
20
". c #ffffff",
21
"**..*...........",
22
"*.*.*...........",
23
"**..*..**.**..**",
24
"*.*.*.*.*.*..*.*",
25
"**..*..**.*...**",
26
"...............*",
27
".............**."
28
};"""
29

30
print("Well, not quite *nothing*... it does print this line out.")
31

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.