You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-07-02 22:36:54 +02:00
12 lines
178 B
Python
12 lines
178 B
Python
# File for test modules
|
|
# Program work only here
|
|
# :)
|
|
|
|
from SmallTalk import *
|
|
|
|
|
|
hello.start('Lorem')
|
|
print(hello.keywords)
|
|
hello.remove_kw('Lorem2')
|
|
print(hello.keywords)
|