Import Program type to package

This commit is contained in:
samedamci 2021-09-16 18:56:43 +02:00
parent 01d3d8379b
commit 37b3e9b753
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

View File

@ -1,3 +1,4 @@
from .app import MatteBOX from .app import MatteBOX
from .types import Program
__all__ = ["MatteBOX"] __all__ = ["MatteBOX", "Program"]