Add shebang and utf-8 encoding

This commit is contained in:
Alen Mistric 2018-09-16 06:47:14 +02:00
parent 735c6b7dbd
commit d49d2b49fa

View File

@ -1,3 +1,5 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
'''
Bottle-sqlite is a plugin that integrates SQLite3 with your Bottle
application. It automatically connects to a database at the beginning of a