Fix UTF-8 handling in python

This commit is contained in:
2023-04-04 00:22:36 +02:00
parent f993c382f0
commit 0c629bef5e
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