LordDarkula / chess_py

Chess library for simple chess engine creation
http://lorddarkula.github.io/chess_py/
MIT License
12 stars 5 forks source link

Add type annotations to all methods. #19

Closed LordDarkula closed 8 years ago

LordDarkula commented 8 years ago

def square(x: int) -> int:
    return x*x
LordDarkula commented 8 years ago

Type annotations do not work in Python2.x