1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-07-02 22:36:54 +02:00
Files
STARK/test.py

12 lines
178 B
Python
Raw Normal View History

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