1
0

test adding condorcet vote

This commit is contained in:
2022-09-21 12:39:11 +02:00
parent 1e8adfa5d5
commit 0a30f39eb4
349 changed files with 36658 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
declare(strict_types=1);
namespace CondorcetPHP\Condorcet;
require_once __DIR__.'/../vendor/autoload.php';