init commit
This commit is contained in:
11
run_bot.py
Normal file
11
run_bot.py
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
Файл-обёртка для запуска бота из корневой директории
|
||||
"""
|
||||
|
||||
from src.bot import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user