7 lines
116 B
Python
7 lines
116 B
Python
# Copyright (c) 2025 Patrick Motsch
|
|
# All rights reserved.
|
|
|
|
from .methodAi import MethodAi
|
|
|
|
__all__ = ['MethodAi']
|
|
|