Skip to content

Instantly share code, notes, and snippets.

@yothinix
Created March 1, 2018 14:07
Show Gist options
  • Save yothinix/08a69db2d48c0656dbfce635a444397d to your computer and use it in GitHub Desktop.
Save yothinix/08a69db2d48c0656dbfce635a444397d to your computer and use it in GitHub Desktop.
from typing import Any
def process_something(arguments: Any) -> Any:
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment