wikicrawl/wikicrawl/dal.py

13 lines
186 B
Python

# Nothing is implemented here yet... This is intended to be a future
# excercise.
import sqlite3
import os
from . import config
class DataLayer:
def __init__(self):
pass