File: __init__.py

package info (click to toggle)
python-osmapi 5.0.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 848 kB
  • sloc: python: 4,113; xml: 1,599; makefile: 46; sh: 14
file content (8 lines) | stat: -rw-r--r-- 198 bytes parent folder | download
1
2
3
4
5
6
7
8
__version__ = "5.0.0"

from .OsmApi import *  # noqa
from .errors import *  # noqa
from . import dom  # noqa
from . import http  # noqa
from . import parser  # noqa
from . import xmlbuilder  # noqa