5 lines
68 B
Python
5 lines
68 B
Python
|
from src.bot import run
|
||
|
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
run.entry()
|