Add shebang and coding attributes

This commit is contained in:
Alen Mistric 2018-09-16 05:50:47 +02:00
parent 735c6b7dbd
commit 96f3286bab

View File

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