Mini-pluvio/actions.py

14 lines
325 B
Python

#!/usr/bin/env python3
"""
Fonctions de traitement des actions lors d'une impulsion
"""
import inspect
def stocker():
print(inspect.getframeinfo(inspect.currentframe()).function," non encore fonctionnel")
def créer_graphe():
print(inspect.getframeinfo(inspect.currentframe()).function," non encore fonctionnel")