I wrote a python module called Eule. Yey! I had fun learning about some modern libraries like poetry
, ruff
and sphinx
to organize the environment and make development life cycle easy. However, I do not know precisely what to place on __init__.py
at main module folder.
As I posted above, I am able to import and use the library the way it is, but I still feel uncomfortable not knowing the best practices in this regard.