Skip to content
Snippets Groups Projects
Commit cfe91da6 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

BaseUtils: added override decorator

parent 126b867e
No related branches found
No related tags found
No related merge requests found
def override(f):
return f
from TheCodeLabs_BaseUtils.DefaultLogger import DefaultLogger
from TheCodeLabs_BaseUtils.MailHandler import MailHandler
from TheCodeLabs_BaseUtils.CachedService import CachedService
import TheCodeLabs_BaseUtils.OverrideDecorator
......@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='TheCodeLabs-BaseUtils',
packages=['TheCodeLabs_BaseUtils'],
version='1.0.0',
version='1.1.0',
license='MIT',
description='Useful python classes',
author='TheCodeLabs',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment