Skip to content

Instantly share code, notes, and snippets.

from understand import Newb
Newb.call_understand()
This is what I tried to do.
class Newb:
def understand():
print("thanks for helping")
return
def call_understand():
understand()
# Import Slack Client
from slackclient import SlackClient
## Import Time
import time
#Set Bot Name
BOT_NAME = ''
#We will give the token in a moment