File: __init__.py

package info (click to toggle)
python-orderedset 2.0.3-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 900 kB
  • sloc: python: 325; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 78 bytes parent folder | download
1
2
3
4
5
# encoding: utf-8
__version__ = '2.0.3'


from ._orderedset import OrderedSet