7 lines
109 B
Python
7 lines
109 B
Python
from app import Application
|
|
|
|
|
|
from app import Application
|
|
|
|
if __name__ == "__main__":
|
|
app = Application() |