LICENSE
README.md
pyproject.toml
future_healthcare.egg-info/PKG-INFO
future_healthcare.egg-info/SOURCES.txt
future_healthcare.egg-info/dependency_links.txt
future_healthcare.egg-info/entry_points.txt
future_healthcare.egg-info/requires.txt
future_healthcare.egg-info/top_level.txt
futurehealth/__init__.py
futurehealth/__main__.py
futurehealth/client/__init__.py
futurehealth/client/exceptions.py
futurehealth/client/models.py
futurehealth/commands/__init__.py
futurehealth/commands/_mixins.py
futurehealth/commands/cli.py
futurehealth/commands/consult.py
futurehealth/commands/login.py
futurehealth/commands/submit.py
futurehealth/utils/__init__.py
futurehealth/utils/models.py
futurehealth/utils/pdf.py
futurehealth/utils/prompts.py
tests/test_demo.py
tests/test_submit.py
tests/test_utils.py