File size: 97 Bytes
145d03b
 
 
 
 
 
1
2
3
4
5
6
import asyncio

from vsp.app.main import main

if __name__ == "__main__":
    asyncio.run(main())