File: __init__.py

package info (click to toggle)
python-restless 2.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: python: 2,124; makefile: 148
file content (7 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
__author__ = 'Daniel Lindsley'
__license__ = 'BSD'
__version__ = (2, 2, 0)
VERSION = '.'.join(map(str, __version__))


from .resources import Resource