Include TmdbBot class

This commit is contained in:
lomion 2021-03-16 16:51:57 +01:00
parent 24a84e508f
commit bb8b6f63f1
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@ pipeline:
- pip install -r requirements.txt
- pip install flake8
- python3 test_tmdb.py
- flake8 --ignore=E501
- flake8 --ignore=E501 --exclude=__init__.py
build:
image: alpine

View file

@ -0,0 +1 @@
from .tmdb import TmdbBot