File size: 211 Bytes
d0c8d86
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"""
Source Package Initialization

Makes src a proper Python package and exposes key components.
"""

__version__ = "1.0.0"
__author__ = "AI Caption Generator Team"

# This file makes src a proper Python package