Ejemplo n.º 1
0
def add_note(path, filename):
    """Adds user notes as a text file at the given path."""
    commands.add_note(path, filename)
Ejemplo n.º 2
0
def add_note(path, filename):
    """Adds user notes as a text file at the given path."""
    commands.add_note(path, filename)