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