mirror of
https://gitflic.ru/project/alt-gnome/karkas.git
synced 2025-10-06 04:38:23 +03:00
Merged with feat/add-standard-help
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import asyncio
|
||||
from importlib.metadata import version
|
||||
|
||||
from ocab_core import OCAB
|
||||
from ocab_modules import module_loader
|
||||
@@ -14,7 +15,9 @@ async def main():
|
||||
module_loader("standard", "filters", safe=False),
|
||||
module_loader("standard", "report"),
|
||||
module_loader("standard", "welcome", safe=False),
|
||||
]
|
||||
module_loader("standard", "help"),
|
||||
],
|
||||
metainfo={"app_version": version("altlinux")},
|
||||
)
|
||||
await ocab.start()
|
||||
|
||||
|
Reference in New Issue
Block a user