# sample.py from logcall import logged @logged def add(x,y): return x+y @logged def sub(x,y): return x-y