1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-07-02 22:36:54 +02:00
Files
STARK/test.py
dQz6tMwk8rJqvDR 87cb99e959 create class Command, module SmallTalkt
add test.py
2020-06-20 19:35:05 +03:00

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)