mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-05-01 03:31:35 +00:00
Reworked so everything is in classes for easy expansion. Single entry point for all config files now.
This commit is contained in:
2
jobs/__init__.py
Normal file
2
jobs/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
from .BaseJob import BaseJob
|
||||
from .ExtractJob import ExtractJob
|
||||
Reference in New Issue
Block a user