This commit is contained in:
Wiesner András 2022-06-01 07:38:01 +02:00
commit 0203cc0dd6

6
mkkkv_interface.php Normal file
View File

@ -0,0 +1,6 @@
<?php
// kiolvassa a választható emberek listáját
function read_electable_people(string $fname) : array {
return [];
}