mirror of
https://github.com/alopexc0de/Simple-Bookmarking-Service.git
synced 2024-10-31 20:37:46 +00:00
10 lines
139 B
Python
10 lines
139 B
Python
#!/usr/bin/env python3
|
|
|
|
"""
|
|
Creates a python module for the database
|
|
|
|
Usage: from db import Database
|
|
"""
|
|
|
|
from .db import Database
|