13 lines
305 B
JSON
13 lines
305 B
JSON
{
|
|
"ifmain": {
|
|
"prefix": "ifmain",
|
|
"description": "create basic function with if __name__ == \"__main__\"",
|
|
"body": [
|
|
"def execute():",
|
|
"\t${1}",
|
|
"\n\n",
|
|
"if __name__ == \"__main__\":",
|
|
"\texecute()"
|
|
]
|
|
}
|
|
}
|