from __future__ import annotations
import collections.abc
import datetime
import typing
from warnings import deprecated # type: ignore

import jpype # type: ignore
import jpype.protocol # type: ignore



class NightlyCategory(java.lang.Object):
    ...
    class_: typing.ClassVar[java.lang.Class]


class PortSensitiveCategory(java.lang.Object):
    ...
    class_: typing.ClassVar[java.lang.Class]



__all__ = ["NightlyCategory", "PortSensitiveCategory"]
