before refactorisation - making sage module

This commit is contained in:
Maria Marchwicka 2020-09-03 02:06:09 +02:00
parent de59bf3649
commit 42eb3a6364
2 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# Copyright (c) 2018: Maria Marchwicka, Wojciech Politarczyk.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -15,14 +13,12 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
import sys
import os
import numpy as np
import warnings
class MySettings(object):
def __init__(self):

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# Copyright (c) 2018: Maria Marchwicka, Wojciech Politarczyk.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -15,14 +13,12 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
import sys
import os
import numpy as np
import warnings
class MySettings(object):
def __init__(self):