Share operator in 2and3

This commit is contained in:
Greg Price
2015-12-17 14:49:34 -08:00
parent bd36a37481
commit b46b66c187
2 changed files with 0 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
# Stubs for operator
# NOTE: These are incomplete!
from typing import Any
def add(a: Any, b: Any) -> Any: ...