Merge old and new schema processing logic

This commit is contained in:
KnugiHK
2023-03-25 11:51:27 +08:00
parent b5effbd512
commit fb88124d21
2 changed files with 227 additions and 118 deletions

View File

@@ -2,11 +2,11 @@ try:
from .__init__ import __version__
except ImportError:
from Whatsapp_Chat_Exporter.__init__ import __version__
from Whatsapp_Chat_Exporter import extract_new as extract
from Whatsapp_Chat_Exporter import extract
from Whatsapp_Chat_Exporter import extract_iphone
from Whatsapp_Chat_Exporter import extract_iphone_media
from Whatsapp_Chat_Exporter.data_model import ChatStore
from Whatsapp_Chat_Exporter.extract_new import Crypt
from Whatsapp_Chat_Exporter.extract import Crypt
from argparse import ArgumentParser
import os
import sqlite3