Skip to content

Instantly share code, notes, and snippets.

@mikaeilorfanian
Created May 28, 2018 22:13
Show Gist options
  • Save mikaeilorfanian/faf97420bf7d54a87751edbbcdfd589a to your computer and use it in GitHub Desktop.
Save mikaeilorfanian/faf97420bf7d54a87751edbbcdfd589a to your computer and use it in GitHub Desktop.
class Car:
def drive(self, destination: str) -> None:
pass
def start(self) -> bool:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment