cozyweboob/capabilities/__init__.py

6 lines
59 B
Python

from . import CapDocument
__all__ = [
"CapDocument"
]