File: __init__.py

package info (click to toggle)
python-zamg 0.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: python: 515; sh: 5; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 148 bytes parent folder | download
1
2
3
4
5
6
"""Asynchronous GeoSphere Austria client."""
import sys

sys.path.append(".")
sys.path.append("../src/zamg")
sys.path.append("/workspace/src/zamg")