EmailMaestro / server /app.py
Flickinshots's picture
Deploy Project Epsilon Space bundle
548e13c verified
raw
history blame contribute delete
112 Bytes
from __future__ import annotations
from src.server.app import app, main
if __name__ == "__main__":
main()