#!/usr/bin/env python3

# --------------------------------------
#                  SCAN
# automatically mark examination papers
# --------------------------------------
#    pTyX - Python LaTeX preprocessor
#    Copyright (C) 2009-2020  Nicolas Pourcelot


from ptyx.extensions.autoqcm.scan.scanner import scan
from pathlib import Path

scan(path=Path("."))
