Skip to content

Commit 52548ef

Browse files
committed
Basic script template
1 parent 7e7680f commit 52548ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2881,8 +2881,8 @@ Basic Script Template
28812881
from collections import namedtuple
28822882
from dataclasses import make_dataclass
28832883
from enum import Enum
2884+
from sys import argv
28842885
import re
2885-
import sys
28862886

28872887

28882888
def main():

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2446,8 +2446,8 @@
24462446
<span class="hljs-keyword">from</span> collections <span class="hljs-keyword">import</span> namedtuple
24472447
<span class="hljs-keyword">from</span> dataclasses <span class="hljs-keyword">import</span> make_dataclass
24482448
<span class="hljs-keyword">from</span> enum <span class="hljs-keyword">import</span> Enum
2449+
<span class="hljs-keyword">from</span> sys <span class="hljs-keyword">import</span> argv
24492450
<span class="hljs-keyword">import</span> re
2450-
<span class="hljs-keyword">import</span> sys
24512451

24522452

24532453
<span class="hljs-function"><span class="hljs-keyword">def</span> <span class="hljs-title">main</span><span class="hljs-params">()</span>:</span>

0 commit comments

Comments
 (0)