mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-09 19:30:40 +00:00
5 lines
63 B
Python
5 lines
63 B
Python
import LSC as lifo
|
|
|
|
def creer_liste_vide():
|
|
return lifo.cr
|