mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Unify base class using new-style (object).
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
from configurations import Preset
|
||||
|
||||
|
||||
class Architecture:
|
||||
class Architecture(object):
|
||||
def __init__(self, tuning_parameters, name=""):
|
||||
"""
|
||||
:param tuning_parameters: A Preset class instance with all the running paramaters
|
||||
|
||||
Reference in New Issue
Block a user