Skip to content

Instantly share code, notes, and snippets.

@littleq0903
Created November 20, 2015 05:52
Show Gist options
  • Save littleq0903/fae2ce7bc13876a4530d to your computer and use it in GitHub Desktop.
Save littleq0903/fae2ce7bc13876a4530d to your computer and use it in GitHub Desktop.
__author__ = "Eric Chu <llchu@ntpc.gov.tw>"
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