14 lines
305 B
Python
14 lines
305 B
Python
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
|
|
|
|
from notes_tools.extract import extract_flat_marks, get_class_ws
|
|
from notes_tools.df_marks_manip import digest_flat_df, students_pov
|
|
|
|
|
|
|
|
# -----------------------------
|
|
# Reglages pour 'vim'
|
|
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
|
|
# cursor: 16 del
|