///
module plot2d.backend;

public:

import plot2d.types;
import plot2d.backend.base;
import plot2d.backend.cairo;
import plot2d.backend.dlangui;