This repository has been archived on 2022-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
memories/memories/server/__init__.py

5 lines
58 B
Python

from memories.server.app import app
__all__ = ("app", )