10 lines
139 B
Python
Raw Normal View History

2020-01-18 19:56:35 -06:00
#!/usr/bin/env python3
"""
Creates a python module for the database
Usage: from db import Database
"""
from .db import Database