wikicrawl/app/dal.py

11 lines
117 B
Python

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