File size: 147 Bytes
fbf421d
 
 
 
 
 
1
2
3
4
5
6
7
from asyncio import run

from chattr.graph.builder import Graph
from chattr.settings import Settings

graph: Graph = run(Graph.create(Settings()))