9 lines
145 B
Python
9 lines
145 B
Python
|
#
|
||
|
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
||
|
#
|
||
|
|
||
|
from source_discourse_fetcher.run import run
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
run()
|