mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-22 13:25:16 +00:00
5 lines
181 B
Python
5 lines
181 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
from backend.plugin.code_generator.model.business import GenBusiness
|
|
from backend.plugin.code_generator.model.column import GenColumn
|