CentML / centml-python-client

Apache License 2.0
1 stars 0 forks source link

[Fix] Bad Import #35

Closed destefy closed 8 months ago

destefy commented 8 months ago

I was getting the error

AttributeError: module 'centml.compiler' has no attribute 'server'

on the line

compiler.server.run()

This fixes the import

anandj91 commented 8 months ago

you can merge after fixing the linting error