Skip to content

Commit

Permalink
Initialised AdiBot
Browse files Browse the repository at this point in the history
  • Loading branch information
NarayanAdithya committed Mar 12, 2022
1 parent ded752e commit 24f6387
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/bot/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from flask import Blueprint

auth = Blueprint('bot', __name__)

from . import models, events


Empty file added app/bot/events.py
Empty file.
Empty file added app/bot/models.py
Empty file.

0 comments on commit 24f6387

Please sign in to comment.