python-tldp/tldp/__init__.py

13 lines
216 B
Python
Raw Normal View History

# -*- coding: utf8 -*-
2016-04-29 15:02:02 +00:00
#
# Copyright (c) 2016 Linux Documentation Project
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-05-13 16:29:20 +00:00
VERSION = "0.7.13"