Closed kraftp closed 2 months ago
This PR changes our source folder name (previously dbos_transact to be the same as our project name (dbos). It was confusing that you had to pip install dbos but from dbos_transact import DBOS.
dbos_transact
dbos
pip install dbos
from dbos_transact import DBOS
This PR changes our source folder name (previously
dbos_transact
to be the same as our project name (dbos
). It was confusing that you had topip install dbos
butfrom dbos_transact import DBOS
.