mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 13:12:24 +00:00
5 lines
187 B
Python
5 lines
187 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
from backend.plugin.code_generator.model.gen_business import GenBusiness
|
|
from backend.plugin.code_generator.model.gen_model import GenModel
|