File size: 68 Bytes
7c5f4e7
 
 
 
 
1
2
3
4
5
6
from .app import main


if __name__ == "__main__":
    exit(main())