Change module comment

This commit is contained in:
David Todd 2020-01-18 20:01:36 -06:00
parent 3b221a51c6
commit 0b0db7ab4a
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
#!/usr/bin/env python3
# Copyright 2020 - David Todd (c0de@c0defox.es)
# Licensed under the MIT License (https://opensource.org/licenses/MIT)
# This file contains the database for a simple bookmarking application
"""
This file contains the database for a simple bookmarking application
"""
import datetime
import sqlite3