mirror of
https://github.com/alopexc0de/Simple-Bookmarking-Service.git
synced 2024-12-22 06:22:39 +00:00
Change module comment
This commit is contained in:
parent
3b221a51c6
commit
0b0db7ab4a
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
|
||||||
|
Loading…
Reference in New Issue
Block a user