Skip to content

Instantly share code, notes, and snippets.

@adam-arold
Created January 3, 2019 23:41
Show Gist options
  • Save adam-arold/808f66e057b9fc1a84fcca570052ee6b to your computer and use it in GitHub Desktop.
Save adam-arold/808f66e057b9fc1a84fcca570052ee6b to your computer and use it in GitHub Desktop.
class Tile:
pass
def write_tile(tile: Tile):
print("Tile: " + str(tile))
write_tile(Tile())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment