python-tldp/tldp/__init__.py

11 lines
165 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
2016-04-28 16:12:41 +00:00
VERSION = "0.7.11"