#!/usr/bin/env python3 from src.init import run if __name__ == '__main__': run(server_only=True)