mirror of
https://github.com/LukeHagar/pokemonAPI-Amari.git
synced 2025-12-06 04:20:57 +00:00
adding main
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user