Skip to content

Commit

Permalink
fix: fixed module has not attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyreplus committed Nov 23, 2024
1 parent 9616670 commit 7ed5388
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import database
from database import *
from telegram import Update, helpers
from telegram.ext import Application, CommandHandler, ContextTypes
import requests
Expand Down
10 changes: 10 additions & 0 deletions database/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
__all__ = [
"create_table",
"create_table_ore",
"add_user_to_db",
"get_mail_from_id_db",
"add_topic_to_db",
"get_topics_from_db",
"reset_topics_in_db",
"is_in_db"
]

0 comments on commit 7ed5388

Please sign in to comment.