crear un menu para ingresar clientes.py, provedores.py, stock.py y factura.py
def menu(): print('1. Ingresar Clientes') print('2. Ingresar Provedores') print('3. Ingresar Stock') print('4. Ingresar Factura') print('5. Salir') opcion =int(input('Escoja una opcion: '))