3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-17 08:30:35 +02:00
dft_tools/python/app4triqs/__init__.py

8 lines
79 B
Python
Raw Normal View History

r"""
DOC
"""
from toto_module import Toto, chain
__all__ = ['Toto', 'chain']