mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-12 05:52:52 +08:00
8 lines
86 B
PHP
8 lines
86 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\Grocy;
|
|
|
|
class Grocy extends \App\SupportedApps
|
|
{
|
|
}
|