TTY OV  1
A cross platform python terminal
Loading...
Searching...
No Matches
polyguard.src.polyguard Namespace Reference

Data Structures

class  PolyGuard
 

Variables

 CONF = POLY_CONST.LangConfig()
 
 instance = PolyGuard(langs=CONF)
 

Detailed Description

# +==== BEGIN polyguard =================+
# LOGO:
#       input
# 
#    @#$%!  hello
#      |     |
#      +--+--+
#         |
#         v
#   +------------+
#   | POLY GUARD |
#   +------------+
#     |        |
#     v        v
#  BLOCKED  PASSED
#    KO       OK
# /STOP
# PROJECT: polyguard
# FILE: polyguard.py
# CREATION DATE: 13-03-2026
# LAST Modified: 3:36:1 22-03-2026
# DESCRIPTION:
# A module that provides a set of swearwords to listen to when filtering while allowing to toggle on and off different languages.
# /STOP
# COPYRIGHT: (c) Henry Letellier
# PURPOSE: This is the entry file of the module.
# // AR
# +==== END polyguard =================+

Variable Documentation

◆ CONF

polyguard.src.polyguard.CONF = POLY_CONST.LangConfig()

Definition at line 461 of file polyguard.py.

◆ instance

polyguard.src.polyguard.instance = PolyGuard(langs=CONF)

Definition at line 462 of file polyguard.py.