LukasWallisch

Results 1 comments of LukasWallisch

Hey Anton, here’s the shortest example i could find: testfile.py: ``` # -*- Mode: Python; coding: utf-8 -*- class TestClass(): def init(self): test = "" self.test = "" ```