mirror of
https://github.com/triqs/dft_tools
synced 2025-01-10 21:18:22 +01:00
8 lines
79 B
Python
8 lines
79 B
Python
|
r"""
|
||
|
DOC
|
||
|
|
||
|
"""
|
||
|
from toto_module import Toto, chain
|
||
|
|
||
|
__all__ = ['Toto', 'chain']
|