We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77ffca commit 481f0c2Copy full SHA for 481f0c2
src/pycamp_bot/commands/projects.py
@@ -1,4 +1,5 @@
1
import logging
2
+import peewee
3
from telegram.ext import ConversationHandler, CommandHandler, MessageHandler, filters
4
from pycamp_bot.models import Pycampista, Project, Vote
5
from pycamp_bot.commands.base import msg_to_active_pycamp_chat
0 commit comments