mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-01-30 06:12:06 +00:00
init
This commit is contained in:
10
api/__init__.py
Normal file
10
api/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
API Package
|
||||
============
|
||||
|
||||
Database models and utilities for feature management.
|
||||
"""
|
||||
|
||||
from api.database import Feature, create_database, get_database_path
|
||||
|
||||
__all__ = ["Feature", "create_database", "get_database_path"]
|
||||
Reference in New Issue
Block a user