1
Fork 0
mirror of https://github.com/Steffo99/emblematic.git synced 2025-04-04 14:40:43 +00:00
emblematic/emblematic/__init__.py

8 lines
86 B
Python

from . import compose
from . import files
__all__ = (
"compose",
"files",
)