File: pyaarlo.py

package info (click to toggle)
python-pyaarlo 0.8.0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 556 kB
  • sloc: python: 6,064; makefile: 6; sh: 1
file content (5 lines) | stat: -rwxr-xr-x 72 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env python3

from pyaarlo.main import main_func

main_func()