medcodes
medcodes copied to clipboard
how does it work?
hello, I'm new to python, and perhaps I'm missing something, but how does this project actually work?
- In
setupy.pyyou are referring to some other project:
setup(
name="icd",
version="0.1",
url="https://github.com/mark-hoffmann/icd",
- also in
README.mdyou have example:get_atc_info('M01AE01')but as I search through all python files in this project, there is no such function...