fhoc / main.py
Francisco Zanartu
Initial commit: add project structure, core functionality, and dependencies for climate misinformation detection tool
8c422df
Raw
History Blame
82 Bytes
def main():
print("Hello from fhoc!")
if __name__ == "__main__":
main()