refactor: move base classes to base.py in their directories, move data locations to miners.data, and rename types to models.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
from copy import deepcopy
|
||||
|
||||
from pyasic.rpc import APIError
|
||||
from pyasic.errors import APIError
|
||||
|
||||
|
||||
class Singleton(type):
|
||||
|
||||
Reference in New Issue
Block a user