From 8c896c9074f1a9b1f17f4ed56092d6d3fbd1c127 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 13 Sep 2024 16:45:56 +0200 Subject: [PATCH] lint/txt --- rwx/txt/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rwx/txt/__init__.py b/rwx/txt/__init__.py index 369202c..be2f273 100644 --- a/rwx/txt/__init__.py +++ b/rwx/txt/__init__.py @@ -1 +1,3 @@ +"""Handle text.""" + CHARSET = "UTF-8"