summaryrefslogtreecommitdiff
path: root/src/tirante/__init__.py
blob: 168b24e712e8934080332ef6fa1252804bb25084 (plain)
1
2
3
from .tirante import main

__all__ = ['main']