thiagormagalhaes/search-deals-playstation-telegram-bot

View on GitHub
app.py

Summary

Maintainability
A
0 mins
Test Coverage
from src import bot


if __name__ == '__main__':
    bot.main()