11 lines
294 B
Python
11 lines
294 B
Python
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
|
|
#from .generate_bilan import generate_bilan
|
|
from .tools import extract_flat_marks, get_class_ws, digest_flat_df, radar_graph
|
|
|
|
# -----------------------------
|
|
# Reglages pour 'vim'
|
|
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
|
|
# cursor: 16 del
|