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