import model from admin_console import cleanup if __name__ == '__main__': print(model.new_stock(30)) cleanup()