diff options
Diffstat (limited to 'bot.py')
-rw-r--r-- | bot.py | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ """ Tergantung hasil pembacaan csvReader, ketrigger kalo bacaan lookerstudio masih di bawah 70% -"""
\ No newline at end of file +""" + + +class Bot: + # ngga perlu library lah + def __init__(self): + pass |