- Linha 10: from __future__ import annotations
+ Linha 10: 
- Linha 11: 
+ Linha 11: import ast
- Linha 12: import ast
+ Linha 12: import io
- Linha 13: import io
+ Linha 13: import json
- Linha 14: import json
+ Linha 14: import re
- Linha 15: import re
+ Linha 15: import shutil
- Linha 16: import shutil
+ Linha 16: import subprocess
- Linha 17: import subprocess
+ Linha 17: import sys
- Linha 18: import sys
+ Linha 18: import tempfile
- Linha 19: import tempfile
+ Linha 19: import tokenize
... (mais alteracoes omitidas)