6 lines
123 B
Python
6 lines
123 B
Python
|
import sys
|
||
|
import os
|
||
|
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||
|
|
||
|
from gogsmaker import app as application
|