diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-18 14:56:13 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-18 14:56:13 +0000 |
| commit | 3b3b17a1b76c1c7a4f7b7954cafdad4bb4f1b868 (patch) | |
| tree | a78ae8e176f9fcb1a3dd635abc11b890857c7501 /app/__init__.py | |
| parent | add registration (diff) | |
| download | AnnotateChange-3b3b17a1b76c1c7a4f7b7954cafdad4bb4f1b868.tar.gz AnnotateChange-3b3b17a1b76c1c7a4f7b7954cafdad4bb4f1b868.zip | |
add file encoding
Diffstat (limited to 'app/__init__.py')
| -rw-r--r-- | app/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/__init__.py b/app/__init__.py index ae7e240..aaeb5a0 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + __version__ = "0.1.0" from flask import Flask |
