from . import postgrestclient
from .. import app_settings
# the instance of the client to be used
pgrest_client = postgrestclient.PostgrestClient(app_settings.BASE_URI, app_settings.JWT)