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
No related branches found
No related tags found
No related merge requests found
Pipeline #
# -*- coding: utf-8 -*-
from keepers import Loggable
class Energy(object):
class Energy(Loggable, object):
def __init__(self, position):
self._cache = {}
try:
......
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