This commit is contained in:
j 2019-02-01 17:53:17 +05:30
parent c38d3a8b35
commit 4e4b853416
1 changed files with 5 additions and 0 deletions

View File

@ -1,9 +1,14 @@
# -*- coding: utf-8 -*-
import os
import zipfile
import logging
import ox
logger = logging.getLogger(__name__)
def cover(path):
data = None
logger.debug('cover %s', path)