Skip to content

Instantly share code, notes, and snippets.

@mikaeilorfanian
Last active May 28, 2018 22:00
Show Gist options
  • Save mikaeilorfanian/1af0e07c167c5978fa81ea23109abec4 to your computer and use it in GitHub Desktop.
Save mikaeilorfanian/1af0e07c167c5978fa81ea23109abec4 to your computer and use it in GitHub Desktop.
class Vehicle:
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