Adicionar m4b/__init__.py

This commit is contained in:
2026-08-27 14:22:35 -03:00
parent cb8f774800
commit 5d32bd706d
+8
View File
@@ -0,0 +1,8 @@
import cli
import m4binder
all = [
"cli",
"m4binder"
]