File: __main__.py

package info (click to toggle)
python-aiomusiccast 0.14.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: python: 2,965; makefile: 152
file content (7 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env python

"""Package entry point."""

if __name__ == '__main__':  # pragma: no cover
    # main()
    pass