main → init
This commit is contained in:
parent
204ef539fc
commit
331f39e157
5 changed files with 153 additions and 127 deletions
7
esp.py
Normal file
7
esp.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
if __name__ == '__main__':
|
||||
import os
|
||||
import sys
|
||||
sys.path.append(os.path.dirname(os.path.dirname(__file__)))
|
||||
#
|
||||
import lsgm
|
||||
lsgm.main(__file__)
|
Loading…
Add table
Add a link
Reference in a new issue