refactor: rename API to rpc, and classes from {X}API to {X}RPCAPI to clarify naming.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and -
|
||||
# limitations under the License. -
|
||||
# ------------------------------------------------------------------------------
|
||||
from pyasic.API import APIError
|
||||
from pyasic.rpc import APIError
|
||||
|
||||
|
||||
class Singleton(type):
|
||||
|
||||
Reference in New Issue
Block a user