hide dynemu cpp module in python

This commit is contained in:
wrapper 2026-03-29 14:46:05 +07:00
parent 446d280508
commit 236b53291c
3 changed files with 5 additions and 8 deletions

View file

@ -1,3 +1,3 @@
from .dynemup import Dynemu
from ._dynemu import Dynemu
__all__ = ['Dynemu']