Metadata-Version: 2.4
Name: greenstay_lib
Version: 0.0.1
Summary: A complex carbon footprint rating engine 
Author-email: Atharva Umesh Kurhade <akak9763@gmail.com>
License-Expression: MIT
Project-URL: Repository, https://github.com/x24205427/greenstay_lib
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

version = "0.1.0"

Export convenient top-level names. Only import small, safe items —
avoid importing heavy runtime code or side-effectful modules at import-time.
from .carbon_calculator import *
from .email_service import *
from .queue_service import *

don't import app.py or lambda handlers automatically if they are runnable scripts
