python-tldp/tldp/__init__.py

11 lines
162 B
Python
Raw Normal View History

# -*- coding: utf8 -*-
from __future__ import absolute_import
import tldp.config
import tldp.outputs
import tldp.sources
import tldp.inventory
2016-04-27 17:52:56 +00:00
VERSION="0.7.8"