by shigemk2

当面は技術的なことしか書かない

クラス

quickrun.elのテストも兼ねてる

class Hoge:
    def hoge(self):
        print 'hoge'


hoge = Hoge()

hoge.hoge()