Mainly updates comments in ds.py and deletes redundant imports. Also, registers EPF within ds.py rather than gatekeeper.py, which makes more sense since ds.py now calls EPF functions, as well as the gatekeeper. It also removes the @staticmethod decorators in ds.py because they don't really make sense anymore.
Mainly updates comments in
ds.py
and deletes redundant imports. Also, registers EPF withinds.py
rather thangatekeeper.py
, which makes more sense sinceds.py
now calls EPF functions, as well as the gatekeeper. It also removes the@staticmethod
decorators inds.py
because they don't really make sense anymore.