0
0
mirror of https://gitflic.ru/project/maks1ms/ocab.git synced 2025-12-23 21:49:55 +03:00
This commit is contained in:
2024-07-18 11:32:09 +03:00
parent abf8f8047c
commit e8b5f79d99
13 changed files with 1129 additions and 45 deletions

View File

@@ -0,0 +1 @@
from .main import module_init

View File

@@ -0,0 +1,9 @@
{
"id": "standard.miniapp",
"name": "Miniapp",
"description": "Очень полезный модуль",
"author": "OCAB Team",
"version": "1.0.0",
"privileged": false,
"dependencies": {}
}

View File

@@ -0,0 +1,2 @@
def module_init():
pass