mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-07 10:50:36 +00:00
6 lines
64 B
Python
6 lines
64 B
Python
import LSC as lifo
|
|
|
|
|
|
def creer_liste_vide():
|
|
return lifo.cr
|