summaryrefslogtreecommitdiff
path: root/src/pyssg/__init__.py
blob: 5d112f17282aa61fdc8796e13751ae9ac00f71ab (plain)
1
2
3
4
5
6
7
from .pyssg import main
from .custom_logger import setup_logger


setup_logger()
# not meant to be used as a package, so just give main
__all__ = ['main']