initialisation of an interface file
This commit is contained in:
parent
a83fd0f430
commit
83e95086ca
2 changed files with 12 additions and 1 deletions
11
ccInterface.py
Normal file
11
ccInterface.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Sun Mar 25 18:20:49 2018
|
||||
|
||||
@author: alice
|
||||
"""
|
||||
|
||||
from cineclubBlogSQ import filmSQ as f
|
||||
|
||||
f.printAll()
|
|
@ -252,7 +252,7 @@ def strListe(liste):
|
|||
if liste != []:
|
||||
res += liste[-1]
|
||||
return res
|
||||
|
||||
|
||||
def newFilm():
|
||||
"""Interface d'ajout d'un nouveau film"""
|
||||
dic = {}
|
||||
|
|
Loading…
Reference in a new issue