1
Fork 0
mirror of https://github.com/Steffo99/emblematic.git synced 2025-02-17 14:13:57 +00:00
emblematic/emblematic/__init__.py
2023-11-19 02:43:24 +01:00

7 lines
85 B
Python

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