@ -1,3 +1,6 @@
try:
import pysqlite3 as sqlite3
except (ImportError, ModuleNotFoundError):
import sqlite3
import click