📜  python discord server - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:16.232000             🧑  作者: Mango

代码示例1
# Heroku recognizes an app as a Python app by looking for key files. ... txt in the root directory is one way for Heroku to recognize your Python app. Also we're including our additional python dependencies that we have used. So when we deploy the python app, those will be installed in our environment.
https://www.heroku.com/