File: __init__.py

package info (click to toggle)
python-vispy 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,112 kB
  • sloc: python: 61,648; javascript: 6,800; ansic: 2,104; makefile: 141; sh: 6
file content (6 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
5
6
"""
By putting make.py in a package, we can do "python make" instead of
"python make.py".
"""
from __future__ import print_function, division
from .make import Maker  # noqa