Mapytex/mapytex/calculus/core/renders/__init__.py

22 lines
407 B
Python

#! /usr/bin/env python
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
#
# Copyright © 2017 lafrite <lafrite@Poivre>
#
# Distributed under terms of the MIT license.
"""
Tree renders
"""
__all__ = ["tree2txt", "tree2tex"]
from .tree2txt import tree2txt
from .tree2tex import tree2tex
# -----------------------------
# Reglages pour 'vim'
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
# cursor: 16 del