diff --git a/shared/data/__init__.py b/shared/data/__init__.py index dd13b04..adaf629 100644 --- a/shared/data/__init__.py +++ b/shared/data/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- '''This folder contains copies of external, "authentic" data, stored as text files, like ISO 639.2 country codes. In this package, corresponding Python classes are available for accessing the data in the text files.'''