File size: 73 Bytes
7a529e5
 
 
 
 
1
2
3
4
5
6
from .app import app, main

run = main

__all__ = ["app", "main", "run"]