Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate FastAPI and Starlette imports for __all__
#20 #32 #33 This commit will refine the imports in inboard/`__init__.py` so that FastAPI and Starlette are imported separately. This way, if Starlette is installed but FastAPI is not, the HTTP Basic auth implementation for Starlette can still be imported and added to `__all__`.
- Loading branch information