# File for test modules # Program work only here # :) from SmallTalk import * hello.start('Lorem') print(hello.keywords) hello.remove_kw('Lorem2') print(hello.keywords)