felixbur / nkululeko

Machine learning speaker characteristics
MIT License
26 stars 4 forks source link

Add multi file structure #80

Open felixbur opened 9 months ago

felixbur commented 9 months ago

Makes sense to hide functions from package users that would like to use this as a software library

spmath/__init__.py
spmath/core/__init__.py  # empty file
spmath/core/api.py       # was spmath.py before
from spmath.core.api import from_db
from spmath.core.api import to_db