Proteusiq / hadithi

🧪 Data Science | ⚒️ MLOps | ⚙️ DataOps : Talks about 🦄

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a 📦 for Date to Language

Proteusiq opened this issue · comments

Use: inflect or num2words

No! Create a dependency free package

import importlib
import pkgutil

discovered_plugins = {
name: importlib.import_module(name)
for finder, name, ispkg
in pkgutil.iter_modules()
if name.startswith('flask_')
}