main → init

This commit is contained in:
Marc Beninca 2023-10-17 10:01:56 +02:00
parent 204ef539fc
commit 331f39e157
5 changed files with 153 additions and 127 deletions

7
esp.py Normal file
View 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__)