mirror of
https://gitflic.ru/project/maks1ms/ocab.git
synced 2025-05-02 14:13:43 +03:00
6 lines
69 B
Python
6 lines
69 B
Python
import asyncio
|
|
|
|
from ocab_core.main import main
|
|
|
|
asyncio.run(main())
|