import unittest import AnkiServer from AnkiServer.apps.sync_app import SyncApp class SyncAppTest(unittest.TestCase): pass