feature-search / main.py
Mateen Ahmed
Deploy Feature Search app with Docker support
3d90201
raw
history blame contribute delete
96 Bytes
def main():
print("Hello from feature-extraction!")
if __name__ == "__main__":
main()