Closed axelmagn closed 8 months ago
Some of the modules within based were missing __init__.py stubs. I am guessing that this is erroneous, since based is the exported package. __init__.py stubs are a requirement for using based as a dependency in pip install.
based
__init__.py
Some of the modules within
based
were missing__init__.py
stubs. I am guessing that this is erroneous, sincebased
is the exported package.__init__.py
stubs are a requirement for usingbased
as a dependency in pip install.