diff options
Diffstat (limited to 'build/example.py')
| -rw-r--r-- | build/example.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build/example.py b/build/example.py index ade32b7..850d8ae 100644 --- a/build/example.py +++ b/build/example.py @@ -1,6 +1,3 @@ -import tpt -import random -import time import utils # example script @@ -21,4 +18,4 @@ def increment(amount=1): t=129 if t==55: t=56 - tpt.set_type(i=i,settoint=t) + tpt.set_type(i=i,settoint=t)
\ No newline at end of file |
