twik/twik/__main__.py

6 lines
55 B
Python

# -*- coding: utf-8 -*-
from .run import main
main()