Added information to top of file.

This commit is contained in:
Tanner Van Teeffelen 2026-05-07 09:44:24 -04:00
parent 68fadda8ea
commit 249114fe2d

View file

@ -1,3 +1,8 @@
## COPYRIGHT TANNER VAN TEEFFELEN, 2026 ##
## This script is used to iterate through all the Meraki networks on an API key. ##
## It then returns the network IDs required to use other scripts. ##
import requests, os import requests, os
from dotenv import load_dotenv from dotenv import load_dotenv