#!/usr/bin/env python

import sys
from leccap.leccap import main

if __name__ == '__main__':
    main()
