diff options
Diffstat (limited to 'storage/factory.py')
-rw-r--r-- | storage/factory.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/factory.py b/storage/factory.py index c1fa049..024c045 100644 --- a/storage/factory.py +++ b/storage/factory.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + from sqlite import * def getStorage(): |