]> git.phdru.name Git - m_lib.git/blob - m_lib/flad/test/test6.py
7e8b1337ba4d9c91ab6c26df78da87a219f1ea48
[m_lib.git] / m_lib / flad / test / test6.py
1 #! /usr/bin/env python
2
3
4 from __future__ import print_function
5 from m_lib.flad import fladc
6
7
8 def test():
9    print("Test:", end=' ')
10    conf = fladc.load_file("test.cfg", ["Type", "Name"])
11    conf.store_to_file("test6.out")
12    print("Ok")
13
14
15 if __name__ == "__main__":
16    test()