latex-packages/build_scripts/build/__init__.py

6 lines
52 B
Python
Raw Normal View History

2021-10-18 15:55:52 +02:00
from .build import build
__all__ = [
'build'
]