diff --git a/README.md b/README.md index 6c2bbbc..1b77230 100644 --- a/README.md +++ b/README.md @@ -3487,10 +3487,10 @@ $ pyinstaller script.py --add-data ':.' # Adds file to the root of the ex # from sys import argv, exit -from collections import namedtuple +from collections import Counter, defaultdict, namedtuple from dataclasses import make_dataclass from enum import Enum -import re +import functools, itertools, operator as op, re def main(): diff --git a/index.html b/index.html index b684757..5605033 100644 --- a/index.html +++ b/index.html @@ -2960,10 +2960,10 @@ $ pyinstaller script.py --add-data '<path>:.' # from sys import argv, exit -from collections import namedtuple +from collections import Counter, defaultdict, namedtuple from dataclasses import make_dataclass from enum import Enum -import re +import functools, itertools, operator as op, re def main():