commited all contents created by participants
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
def demarrer_graphe ( horizontal=False) :
|
||||
print 'digraph G {'
|
||||
if ( horizontal ):
|
||||
print ' graph [ rankdir=LR ];'
|
||||
|
||||
def ajouter_noeud_mot ( word, id=False, label=False ):
|
||||
print ' '
|
||||
|
||||
def lier( id_a, id_b ):
|
||||
print ' '
|
||||
|
||||
def clore_graphe () :
|
||||
print '}'
|
||||
Reference in New Issue
Block a user