mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-06 03:42:06 +08:00
8 lines
104 B
PHP
8 lines
104 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\pyLoad;
|
|
|
|
class pyLoad extends \App\SupportedApps // phpcs:ignore
|
|
{
|
|
}
|