7 lines
118 B
Python
7 lines
118 B
Python
"""
|
|
app 包 - 应用程序核心模块
|
|
"""
|
|
from app.application import MainApplication
|
|
|
|
__all__ = ["MainApplication"]
|