SP/web2py/gluon/packages/dal/pydal/__init__.py

7 lines
174 B
Python
Raw Normal View History

2018-10-25 15:33:07 +00:00
__version__ = '17.11'
from .base import DAL
from .objects import Field
from .helpers.classes import SQLCustomType
from .helpers.methods import geoPoint, geoLine, geoPolygon