47258ea
1
2
3
4
5
6
7
#!/usr/bin/env python # -*- coding: utf-8 -*- from app.core import config, openai __all__ = ["config", "openai"]