All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Lib.Krakatau.ssa.ssa_jumps.placeholder.py Maven / Gradle / Ivy

from .base import BaseJump

class Placeholder(BaseJump):
    def __init__(self, parent, *args, **kwargs):
        super(Placeholder, self).__init__(parent)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy