from src.app import app __all__ = [ "app", ] __version__ = "0.1.0" __author__ = "Aryan Jain"