Files
sticknife-home/app/__main__.py
T
2026-08-15 11:15:31 +02:00

7 lines
66 B
Python

from .server import main
if __name__ == "__main__":
main()