8 lines
125 B
Python
8 lines
125 B
Python
#
|
|
# Copyright (c) 2021 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
from .source import SourcePokeapi
|
|
|
|
__all__ = ["SourcePokeapi"]
|