#!/usr/bin/env python3

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


from pathlib import Path

from ptyx_mcq.scan.scanner import scan

scan(path=Path("."))
