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
Raw Normal View History

2022-10-08 15:55:12 +00:00
from memories.server.app import app
__all__ = ("app", )