summaryrefslogtreecommitdiff
path: root/pypers/pep318/working/logged.py
blob: 04be3fd05750b96abf4b14258d2307b00e7f1390 (plain)
1
2
3
4
5
6
7
8
# logged.py

import customdec; customdec.enhance_classes()

class D(object): # will print a message at D creation
    "[Logged]"