mirror of https://github.com/laurent22/joplin.git
5 lines
96 B
Markdown
5 lines
96 B
Markdown
|
def ma_fonction():
|
||
|
"""
|
||
|
C'est une super fonction
|
||
|
"""
|
||
|
pass
|