Anki/pylib/anki/syncserver/__main__.py
2021-01-13 11:42:00 +10:00

6 lines
171 B
Python

# Copyright: Ankitects Pty Ltd and contributors
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
from anki.syncserver import serve
serve()