"""
This module imports all the tables and the declarative base
"""

from .tables import *
from .base import Base