medcodes icon indicating copy to clipboard operation
medcodes copied to clipboard

how does it work?

Open jablka opened this issue 3 years ago • 0 comments

hello, I'm new to python, and perhaps I'm missing something, but how does this project actually work?

  1. In setupy.py you are referring to some other project:
setup(
    name="icd",
    version="0.1",
    url="https://github.com/mark-hoffmann/icd", 
  1. also in README.md you have example: get_atc_info('M01AE01') but as I search through all python files in this project, there is no such function...

jablka avatar Nov 30 '22 10:11 jablka