omise / omise-python

Omise Python Library
https://docs.opn.ooo
MIT License
26 stars 15 forks source link

Split request class to new file #19

Closed jakyns closed 6 years ago

jakyns commented 6 years ago

Split request class to new file

sirn commented 6 years ago

One reason to use relative import is to avoid ambiguity when another module of the same name is already installed (e.g. older version). It's unclear whether from omise import version refers to the one installed on the machine, or refer the package-relative version.py.