Created
November 20, 2015 05:52
-
-
Save littleq0903/fae2ce7bc13876a4530d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__author__ = "Eric Chu <[email protected]>" | |
import operator as op | |
class KMTer(int): | |
def __add__(self, a, b): | |
return op.mul(a, b) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment