Skip to content
Snippets Groups Projects
Commit 2d541f05 authored by Theo Steininger's avatar Theo Steininger
Browse files

Energy now inherits from Loggable.

parent e5d6ef9c
Branches
Tags
No related merge requests found
Pipeline #
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from keepers import Loggable
class Energy(object):
class Energy(Loggable, object):
def __init__(self, position): def __init__(self, position):
self._cache = {} self._cache = {}
try: try:
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment