lsgm/esp.py

8 lines
166 B
Python
Raw Normal View History

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