예제 #1
0
파일: test_view.py 프로젝트: shouh/tascon
def to_tasklines_obj(filepath):
    from linerw import Server
    server = Server()
    server.load(filepath)
    return server.get_taskline_container()