2016-11-08 08:07:03 +00:00
|
|
|
#!/usr/bin/env python
|
|
|
|
# encoding: utf-8
|
|
|
|
|
2016-11-13 15:54:11 +00:00
|
|
|
from .generate_bilan import generate_bilan
|
|
|
|
from .tools import extract_flat_marks, get_class_ws, digest_flat_df, students_pov
|
2016-11-08 08:07:03 +00:00
|
|
|
|
|
|
|
# -----------------------------
|
|
|
|
# Reglages pour 'vim'
|
|
|
|
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
|
|
|
|
# cursor: 16 del
|