wiki:WikiTest

Version 2 (modified by miha, 19 years ago) (diff)

--

I have created test wiki page to test some macros and formatting styles.

class Test:
    def __init__(self):
        print "Hello World"
if __name__ == '__main__':
   Test()