File size: 94 Bytes
a4b70d9
 
 
 
 
 
1
2
3
4
5
6
7
from __future__ import annotations

from . import main

if __name__ == "__main__":
    main()