Files
2025-05-20 11:57:43 -04:00

7 lines
155 B
Python

# Expected to run this module as __main__
# Cloudpickle will think this is a dynamic class when this module is __main__
class Klass:
classvar = None