mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2025-08-14 19:04:00 +08:00
4 lines
84 B
Python
4 lines
84 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
from .actions import * # noqa: F403
|