diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2024-07-27 11:15:35 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2024-07-27 11:15:35 +0700 |
commit | 6674c2ecd650ead1aaf91f7e86710d9eb3c99eee (patch) | |
tree | 3e1fea2b728118524a60535e582cde9b3cb5053c /bot.py | |
parent | 4c384373df753b7ad784b5613d05c1b8b2eb56b3 (diff) |
use virtual display
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 |