10 lines
106 B
Python
10 lines
106 B
Python
from Bot import start_work_bot
|
|
|
|
|
|
def main():
|
|
start_work_bot()
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|