mirror of
https://github.com/alopexc0de/Simple-Bookmarking-Service.git
synced 2025-01-03 02:02:40 +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
|