File: __main__.py

package info (click to toggle)
python-renardo 0.9.12-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 216 kB
  • sloc: python: 537; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 235 bytes parent folder | download
1
2
3
4
5
6
from .RenardoApp import RenardoApp

# main is to call the module with python -m but we want to make a pypi package application with entry_point
# More here : https://setuptools.pypa.io/en/latest/userguide/entry_point.html

RenardoApp()