Sindri-Labs / sindri-python

Contains SDK code for Sindri APIs
MIT License
4 stars 0 forks source link

Allow import from parent directory #30

Closed KPreisner closed 3 months ago

KPreisner commented 4 months ago

Allow import from parent directory

The current way to import the Sindri python SDK is

from sindri.sindri import Sindri

We would like to simplify that into

from sindri import Sindri