Skip to content

Instantly share code, notes, and snippets.

@douglaspetrin
Last active July 23, 2019 15:01
Show Gist options
  • Save douglaspetrin/47c027e5e8384a179fd5708d3811363d to your computer and use it in GitHub Desktop.
Save douglaspetrin/47c027e5e8384a179fd5708d3811363d to your computer and use it in GitHub Desktop.
StarPy | Example of usage
import starpy
# Instance of the object
s = starpy.GetStars()
s.find_fastest_s()
# this method finds the fastest StarShips
s.vehicles_speed_by_person(1)
# this method gets the vehicles and its speed by passing a person's id as argument
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment