lsgm/doc.py

8 lines
166 B
Python
Raw Permalink Normal View History

2023-09-30 12:46:03 +00:00
if __name__ == '__main__':
2023-10-17 08:01:56 +00:00
import os
import sys
sys.path.append(os.path.dirname(os.path.dirname(__file__)))
#
import lsgm
lsgm.main(__file__)