mirror of
https://github.com/ArcaneChat/server.git
synced 2026-07-03 14:05:37 +02:00
6 lines
98 B
Python
6 lines
98 B
Python
import os
|
|
from pyinfra import host, facts
|
|
from chatmail import deploy_chatmail
|
|
|
|
deploy_chatmail()
|