moved 'click_wrap.py' to './modules'

This commit is contained in:
Jakub Trllo 2024-01-22 17:48:58 +01:00
parent ade8d4d47c
commit eb7d264900
2 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from . import click_wrap
from .interfaces import (
ILaunchHookPaths,
IPluginPaths,
@ -28,6 +29,8 @@ from .base import (
__all__ = (
"click_wrap",
"ILaunchHookPaths",
"IPluginPaths",
"ITrayModule",