A Python library (v1.0.0, stable) that provides a decorator to create abstract class variables (class-level attributes) with support for inheritance checks. Requires Python >=3.8.
pip install abstractcpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define abstract class variables that must be overridden in subclasses.
Ensure your base class inherits from abc.ABC.
Double-check the type hint when declaring abstract_classvar.
No dependency data recorded yet.