start introducing modules

This commit is contained in:
timeshifter
2022-12-06 14:59:55 +01:00
parent 80cfe58be1
commit 695c4fc924
17 changed files with 949 additions and 857 deletions
+2
View File
@@ -0,0 +1,2 @@
from .core import Manager
from .pool import Pool, ExternalPool