1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-07-13 03:59:54 +02:00
ocrd_calamari/test/base.py

11 lines
245 B
Python
Raw Normal View History

# pylint: disable=unused-import
import os
import sys
from unittest import TestCase, skip, main # pylint: disable=unused-import
from test.assets import assets
PWD = os.path.dirname(os.path.realpath(__file__))
sys.path.append(PWD + '/../ocrd')