first
This commit is contained in:
6
piapi_ai/PiapiAiApi.py
Normal file
6
piapi_ai/PiapiAiApi.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from piapi_ai.entities.Flux import Flux
|
||||
|
||||
class PiapiAiApi:
|
||||
|
||||
def __init__(self, config):
|
||||
self.flux = Flux(config)
|
||||
Reference in New Issue
Block a user