Skip to content

Commit 625c749

Browse files
committed
Added auto-import for api.
1 parent 5989b01 commit 625c749

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Overpass/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# -*- coding: utf-8 -*-
2+
3+
"""Thin wrapper around the OpenStreetMap Overpass API."""
4+
5+
__title__ = 'overpass'
6+
__version__ = '0.0.1'
7+
__license__ = 'Apache 2.0'
8+
9+
from .api import API
File renamed without changes.

0 commit comments

Comments
 (0)