Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Francois Mares
NF18 - Projet SCF - Groupe 5
Commits
d867a851
Commit
d867a851
authored
May 18, 2021
by
Francois Mares
Browse files
Upload New File
parent
1783d765
Changes
1
Hide whitespace changes
Inline
Side-by-side
Python/Client.py
0 → 100644
View file @
d867a851
from
SQL
import
SQL
class
Client
(
SQL
):
def
__init__
(
self
):
super
(
self
)
print
(
"Nouveau client
\n
"
)
def
consulter_horaire_train
(
self
):
print
(
"rien"
)
def
rechercher_trajet
(
self
,
depart
,
arrivee
):
self
.
requete_sql
(
"INSERT INTO exemple VALUES('exemple')"
)
print
(
"rien"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment