mirror of
https://github.com/zoriya/Autopipe.git
synced 2026-06-06 16:32:10 +00:00
Creating coordinator logics, reworking the main function
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class ArgumentError(Exception):
|
||||
def __init__(self, msg, flag=None):
|
||||
self.msg = msg
|
||||
self.flag = flag
|
||||
|
||||
def __str__(self):
|
||||
return self.msg
|
||||
@@ -0,0 +1 @@
|
||||
from .ArgumentError import ArgumentError
|
||||
Reference in New Issue
Block a user