mirror of
https://github.com/civsocit/olgram.git
synced 2025-05-24 08:33:24 +00:00
7 lines
148 B
Python
7 lines
148 B
Python
import asyncio
|
|
from olgram.migrations.custom import migrate
|
|
|
|
|
|
if __name__ == '__main__':
|
|
asyncio.get_event_loop().run_until_complete(migrate())
|