Add encoding info to wv_cli.py

This commit is contained in:
Daniel Rojas 2021-10-15 15:03:30 +02:00 committed by Laurier Loiselle
parent 63be33e9db
commit 884b98216e
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import os import os
from pathlib import Path from pathlib import Path
import sys import sys