Simple-Bookmarking-Service/db/__init__.py
2020-01-18 19:56:35 -06:00

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