grzegorz/main.py

4 lines
76 B
Python
Raw Normal View History

#!/usr/bin/env python3
from grzegorz import main, test
main(tasks=[test()])