aboutsummaryrefslogtreecommitdiff
path: root/src_py/hatter/backend.py
blob: afb61a4bfd2d1aaf2254f21c23ebec062134d3ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
class Backend:

    def __init__(self, db_path):
        pass

    async def async_close(self):
        pass

    def enqueue(self, url, commit):
        pass