adding main

This commit is contained in:
AmariBolmer
2024-10-21 18:54:27 -07:00
parent 361c353a09
commit 822a758b1f

View File

@@ -23,6 +23,6 @@ def main():
print(f"Pokémon Species in this Generation: {', '.join(generation.pokemon_species)}")
except Exception as e:
print(f"An error occurred while fetching generation: {e}")
#new main
if __name__ == "__main__":
main()