You've already forked Curso-lenguaje-python
Add movies trivial Bot for Telegram
This commit is contained in:
11
catch-all/06_bots_telegram/07_movie2_bot/main.py
Normal file
11
catch-all/06_bots_telegram/07_movie2_bot/main.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from server import Server
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Server()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
main()
|
||||
Reference in New Issue
Block a user