mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 12:55:17 +01:00
8 lines
79 B
Python
8 lines
79 B
Python
|
r"""
|
||
|
DOC
|
||
|
|
||
|
"""
|
||
|
from toto_module import Toto, chain
|
||
|
|
||
|
__all__ = ['Toto', 'chain']
|