Fix UTF-8 handling in python

This commit is contained in:
2023-04-04 00:22:36 +02:00
parent 1defd4259f
commit 0125e8ecee
5 changed files with 16 additions and 10 deletions

View File

@ -1,3 +1,5 @@
#!/bin/env python3
# -*- coding: utf-8 -*-
from typing import Iterator, Dict, Any, Optional, Tuple
import re