Skip to content
Snippets Groups Projects
Commit a006d10f authored by Gianluca OBERREIT's avatar Gianluca OBERREIT
Browse files

Create basic example

parent 6d0c79cb
No related branches found
No related tags found
No related merge requests found
import time
import re
from telegram import ReplyKeyboardMarkup, Update
from telegram.ext import (
CommandHandler,
ContextTypes,
ConversationHandler,
MessageHandler,
filters,
)
from utils import config, db
import base
class Example(base.Committee):
def __init__(self):
super().__init__(
'example',
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment