mirror of
https://github.com/alopexc0de/Simple-Bookmarking-Service.git
synced 2025-10-10 03:18:35 +00:00
Change module comment
This commit is contained in:
5
db/db.py
5
db/db.py
@@ -1,7 +1,10 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# Copyright 2020 - David Todd (c0de@c0defox.es)
|
# Copyright 2020 - David Todd (c0de@c0defox.es)
|
||||||
# Licensed under the MIT License (https://opensource.org/licenses/MIT)
|
# 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 datetime
|
||||||
import sqlite3
|
import sqlite3
|
||||||
|
Reference in New Issue
Block a user