Exemple #1
0
def save_customers(path):
    """
    Write current customers list on the disk, `path` is a file path to save.
    """
    dhnio._write_list(path, customers())
Exemple #2
0
def save_correspondents(path):
    """
    Write current correspondents list on the disk, `path` is a file path to save.
    """
    dhnio._write_list(path, correspondents())
Exemple #3
0
def save_suppliers(path):
    """
    Write current suppliers list on the disk, `path` is a file path to save.
    """
    dhnio._write_list(path, suppliers())