import sqlite3 import pycurl import os from . import config class DataLayer: def __init__(self): pass