aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Modules/DataModes/Passive.php
blob: 3686cdc46f683a4fe8e1ff58e6b8fdcf2fe88740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

declare(strict_types=1);

namespace Nsfisis\Waddiwasi\Structure\Modules\DataModes;

use Nsfisis\Waddiwasi\Structure\Modules\DataMode;

final readonly class Passive extends DataMode
{
    protected function __construct()
    {
    }
}