mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 10:47:47 +08:00
8 lines
115 B
Python
8 lines
115 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
"""Create an application instance."""
|
|
|
|
from api.app import create_app
|
|
|
|
app = create_app()
|