Skip to content

Commit

Permalink
Update fake classes for type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Jul 5, 2024
1 parent c660e07 commit 94e0973
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@
HAS_OPENMM = True
except ImportError:

class MLPotential:
pass
class openmm:
class System:
pass

class MLPotentialImpl:
pass
class Force:
pass

class MLPotentialImplFactory:
pass
class app:
class Topology:
pass

HAS_OPENMM = False

Expand Down

0 comments on commit 94e0973

Please sign in to comment.